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 801849c commit f1396ddCopy full SHA for f1396dd
.github/workflows/package-update.yml
@@ -52,7 +52,7 @@ jobs:
52
git config --global user.name "$ACTOR (on behalf of $TRIGGERING_ACTOR)"
53
git config --global user.email "$ACTOR@users.noreply.github.com"
54
git commit --message "Update $PKG to $VERSION"
55
- gh pr create --fill --label automated
+ git push --force
56
else
57
echo '::warning::No changes detected. Skipping push.'
58
fi
0 commit comments