Skip to content

Commit

Permalink
Merge pull request #1877 from cklin/update-dependencies
Browse files Browse the repository at this point in the history
Remove --pr in update-dependencies.yml
  • Loading branch information
cklin committed Sep 13, 2023
2 parents 8efd40b + 77a54b6 commit c6c77c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c6c77c8

Please sign in to comment.