Skip to content

Commit f1396dd

Browse files
authored
Update package-update.yml
1 parent 801849c commit f1396dd

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
@@ -52,7 +52,7 @@ jobs:
5252
git config --global user.name "$ACTOR (on behalf of $TRIGGERING_ACTOR)"
5353
git config --global user.email "$ACTOR@users.noreply.github.com"
5454
git commit --message "Update $PKG to $VERSION"
55-
gh pr create --fill --label automated
55+
git push --force
5656
else
5757
echo '::warning::No changes detected. Skipping push.'
5858
fi

0 commit comments

Comments
 (0)