Skip to content

Commit

Permalink
ci: remove ref checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
cshezi committed Jan 9, 2024
1 parent 8d54b79 commit 2457f87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
redis-version: [6]
steps:
- uses: actions/checkout@v3
with:
ref: ext-gh-ci
- uses: pnpm/action-setup@v2
with:
version: 7
Expand Down Expand Up @@ -125,7 +123,7 @@ jobs:
API_URL="https://api.github.com/repos/${{github.repository}}/issues/${{github.event.number}}/comments"
curl -X POST \
-H "Authorization: Bearer ${{ secrets.GH_TOKEN }}" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "Content-Type: application/json" \
--data-raw "{\"body\":\"$COMMENT_BODY\"}" \
$API_URL

0 comments on commit 2457f87

Please sign in to comment.