Skip to content

Commit

Permalink
Merge pull request #3 from timeplus-io/ci/verify_pr_comment
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
qijun-niu-timeplus authored Aug 15, 2023
2 parents 441acc8 + 5f5b847 commit fd600a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/verify_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ jobs:
issues: write # for posting comments
runs-on: ubuntu-latest
steps:
- name: Report Started
run: |
curl --show-error --silent -X POST \
-H 'Content-Type: application/json' \
-H 'Accept: application/vnd.github+json' \
-H "Authorization: token ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}" \
-d '{"body": "github workflow triggered: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"}' \
${{ github.event.issue.comments_url }}
- name: Print Info
run: |
echo "github.event.issue.pull_request: ${{ github.event.issue.pull_request }}"
Expand Down

0 comments on commit fd600a6

Please sign in to comment.