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 9aef2aa commit 1bc3270Copy full SHA for 1bc3270
.github/workflows/package-update.yml
@@ -12,6 +12,7 @@ on:
12
13
permissions:
14
contents: write
15
+ pull-requests: write
16
17
jobs:
18
update:
@@ -51,7 +52,7 @@ jobs:
51
52
git config --global user.name "$ACTOR (on behalf of $TRIGGERING_ACTOR)"
53
git config --global user.email "[email protected]"
54
git commit --message "Update $PKG to $VERSION"
- git push --force
55
+ gh pr create --fill --label automated
56
else
57
echo '::warning::No changes detected. Skipping push.'
58
fi
0 commit comments