Skip to content

Commit

Permalink
Update self-comment-slow-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker authored Aug 28, 2024
1 parent 5b0e46d commit 103324e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/self-comment-slow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments \
-f "body=This comment contains /pytest, running the specified job..."
- name: Create Check Run
id: create_check_run
- name: Create Run
id: create_run
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs/${{ github.job }}
run:
run: |
gh api \
--method POST \
-H "Accept: application/vnd.github+json" \
Expand Down

0 comments on commit 103324e

Please sign in to comment.