Remove --pr in update-dependencies.yml
This commit is contained in:
parent
6a6a824702
commit
77a54b68d4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-dependencies.yml
vendored
4
.github/workflows/update-dependencies.yml
vendored
|
|
@ -36,6 +36,6 @@ jobs:
|
||||||
git push origin "HEAD:$BRANCH"
|
git push origin "HEAD:$BRANCH"
|
||||||
echo "Pushed a commit to update the checked-in dependencies." \
|
echo "Pushed a commit to update the checked-in dependencies." \
|
||||||
"Please mark the PR as ready for review to trigger PR checks." |
|
"Please mark the PR as ready for review to trigger PR checks." |
|
||||||
gh pr comment --body-file - --repo github/codeql-action --pr "${{ github.event.pull_request.number }}"
|
gh pr comment --body-file - --repo github/codeql-action "${{ github.event.pull_request.number }}"
|
||||||
gh pr ready --undo --repo github/codeql-action --pr "${{ github.event.pull_request.number }}"
|
gh pr ready --undo --repo github/codeql-action "${{ github.event.pull_request.number }}"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue