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 9dd4b2b commit 49cf2ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ jobs:
- name: Run app.py
run: |
python app.py
- name: Commit changes
run: |
git config --global user.name 'GitHub Actions Bot'
git config --global user.email '<email>'
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

0 comments on commit 49cf2ed

Please sign in to comment.