Skip to content

Commit c8dac01

Browse files
authored
Merge pull request #15 from mlibrary/add-git-pull
fix: adds git pull to update-image workflow
2 parents 24c9a7e + 2f8f0b9 commit c8dac01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
run: |
4141
git config --local user.email "[email protected]"
4242
git config --local user.name "GitHub Actions Bot"
43+
git pull
4344
git add -A
4445
git commit -m "$SUBJECT" -m "$BODY"
4546
git push

0 commit comments

Comments
 (0)