Skip to content

Commit

Permalink
Fix IPR check after repo rename (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored Dec 5, 2024
1 parent af44081 commit 174c02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ipr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: node scripts/ipr-check.js tc39/source-map ${{ github.event.pull_request.head.sha || 'HEAD' }}
- run: node scripts/ipr-check.js tc39/ecma426 ${{ github.event.pull_request.head.sha || 'HEAD' }}
env:
# This is a classic token with 'read:org' permission
GH_TOKEN: ${{ secrets.GH_IPR_TOKEN }}
Expand Down

0 comments on commit 174c02d

Please sign in to comment.