Skip to content

Changes branches to tmp branches #7

Changes branches to tmp branches

Changes branches to tmp branches #7

Workflow file for this run

on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
git config user.name github-actions
git config user.email [email protected]
python ./workshop_git_tools/process_repo.py
git commit -m "generated"
git push