Skip to content

Commit 6d20cd4

Browse files
committed
test
1 parent 3165b78 commit 6d20cd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-start-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Get Pull Requests and start CI
3434
run: |
35-
prs=`gh pr list --repo ${{ github.repository }} --limit 100 --json number -q 'map(.number) | .[]'`
35+
prs=`gh pr list --repo nodejs/node --limit 100 --json number -q 'map(.number) | .[]'`
3636
./tools/actions/start-ci.sh ${{ secrets.GITHUB_TOKEN }} ${{ env.OWNER }} ${{ env.REPOSITORY }} $prs
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)