We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6a824 commit 77a54b6Copy full SHA for 77a54b6
.github/workflows/update-dependencies.yml
@@ -36,6 +36,6 @@ jobs:
36
git push origin "HEAD:$BRANCH"
37
echo "Pushed a commit to update the checked-in dependencies." \
38
"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 }}"
+ 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 }}"
41
fi
0 commit comments