Skip to content

Update push_ci.yml

Update push_ci.yml #3

Workflow file for this run

on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
date > generated.txt
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m "generated"
git push
git checkout -b tmp_teaching
date > generated.txt
git add .
git commit -m "generated teaching"
git push