Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
firofame authored Jul 2, 2024
1 parent 49cf2ed commit c065937
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
python app.py
- name: Commit changes
run: |
git config --global user.name 'GitHub Actions Bot'
git config --global user.email '<email>'
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
git add README.md # Replace README.md with the files you want to commit
git commit -m "Update README.md with new file additions" # Adjust commit message as needed
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c065937

Please sign in to comment.