We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55f5db commit 338b683Copy full SHA for 338b683
.github/workflows/auto-update.yml
@@ -26,7 +26,7 @@ jobs:
26
if [[ $(git diff --cached) ]]
27
then
28
git commit -m"Dependencies Auto Update"
29
- git push -u origin autoupdate
+ git push -f -u origin autoupdate
30
fi
31
PRS=$(gh pr list --json id -H autoupdate -s open)
32
if [ "$PRS" == '[]' ]
0 commit comments