Skip to content

Commit 77a54b6

Browse files
committed
Remove --pr in update-dependencies.yml
1 parent 6a6a824 commit 77a54b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-dependencies.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
git push origin "HEAD:$BRANCH"
3737
echo "Pushed a commit to update the checked-in dependencies." \
3838
"Please mark the PR as ready for review to trigger PR checks." |
39-
gh pr comment --body-file - --repo github/codeql-action --pr "${{ github.event.pull_request.number }}"
40-
gh pr ready --undo --repo github/codeql-action --pr "${{ github.event.pull_request.number }}"
39+
gh pr comment --body-file - --repo github/codeql-action "${{ github.event.pull_request.number }}"
40+
gh pr ready --undo --repo github/codeql-action "${{ github.event.pull_request.number }}"
4141
fi

0 commit comments

Comments
 (0)