Skip to content

Commit

Permalink
Merge pull request #15 from mlibrary/add-git-pull
Browse files Browse the repository at this point in the history
fix: adds git pull to update-image workflow
  • Loading branch information
niquerio authored Jan 17, 2024
2 parents 24c9a7e + 2f8f0b9 commit c8dac01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Actions Bot"
git pull
git add -A
git commit -m "$SUBJECT" -m "$BODY"
git push

0 comments on commit c8dac01

Please sign in to comment.