Skip to content

Commit

Permalink
fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
n00rsy committed Aug 29, 2024
1 parent e957ffe commit 31a3899
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: python backend/main.py
- name: Commit and push if content changed
run: |-
git fetch
git config user.name "Automated"
git config user.email "[email protected]"
git add -A
Expand Down

0 comments on commit 31a3899

Please sign in to comment.