Skip to content

Commit 2f8f0b9

Browse files
committed
fix: adds git pull to update-image workflow
1 parent 24c9a7e commit 2f8f0b9

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)