Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Oct 7, 2023
1 parent 5a22ecb commit f940058
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{secrets.GITHUB_TOKEN}}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/linrongbin16/${{ github.repository }}/commits/${{ github.sha }}/comments \
-d '{"body":"Comment PR"}' \
--fail
https://api.github.com/repos/linrongbin16/${{ github.repository }}/pulls/${{ github.run_number }}/comments \
-d '{"body":"Comment PR","commit_id":"${{ github.sha }}","path":".github/PULL_REQUEST_TEMPLATE/pr.md","start_line":1}' \

0 comments on commit f940058

Please sign in to comment.