Skip to content

Commit 338b683

Browse files
authored
Update auto-update.yml
1 parent d55f5db commit 338b683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if [[ $(git diff --cached) ]]
2727
then
2828
git commit -m"Dependencies Auto Update"
29-
git push -u origin autoupdate
29+
git push -f -u origin autoupdate
3030
fi
3131
PRS=$(gh pr list --json id -H autoupdate -s open)
3232
if [ "$PRS" == '[]' ]

0 commit comments

Comments
 (0)