Skip to content

Commit 9aef2aa

Browse files
authored
Update package-update.yml
1 parent 7a865b5 commit 9aef2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
git config --global user.name "$ACTOR (on behalf of $TRIGGERING_ACTOR)"
5252
git config --global user.email "$ACTOR@users.noreply.github.com"
5353
git commit --message "Update $PKG to $VERSION"
54-
git push
54+
git push --force
5555
else
5656
echo '::warning::No changes detected. Skipping push.'
5757
fi

0 commit comments

Comments
 (0)