Skip to content

Commit

Permalink
oupa
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Aug 28, 2024
1 parent 73e9253 commit 1fdc683
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/self-comment-slow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
run: |
gh auth login --with-token <<< "${{ secrets.GITHUB_TOKEN }}"
CHECK_RUN_ID=$(gh api \
--method POST \
-H "Accept: application/vnd.github+json" \
Expand Down Expand Up @@ -86,7 +85,6 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHECK_RUN_ID: ${{ env.CHECK_RUN_ID }}
run: |
gh auth login --with-token <<< "${{ secrets.GITHUB_TOKEN }}"
gh api \
--method PATCH \
-H "Accept: application/vnd.github+json" \
Expand Down

0 comments on commit 1fdc683

Please sign in to comment.