Merge pull request #1877 from cklin/update-dependencies
Remove --pr in update-dependencies.yml
This commit is contained in:
commit
c6c77c8c2d
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"
|
||||
echo "Pushed a commit to update the checked-in dependencies." \
|
||||
"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 ready --undo --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 "${{ github.event.pull_request.number }}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue