We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be23e23 commit 4af5dbdCopy full SHA for 4af5dbd
.github/workflows/auto-start-ci.yml
@@ -62,4 +62,4 @@ jobs:
62
ncu-config set repo ${{ env.REPOSITORY }}
63
64
- name: Start CI
65
- run: ./tools/start-ci.sh ${{ secrets.GITHUB_TOKEN }} ${{ env.OWNER }} ${{ env.REPOSITORY }} $(echo '${{ steps.get_prs_for_ci.outputs.data }}' | jq '.repository.pullRequests.nodes | map(.number) | .[]')
+ run: ./tools/actions/start-ci.sh ${{ secrets.GITHUB_TOKEN }} ${{ env.OWNER }} ${{ env.REPOSITORY }} $(echo '${{ steps.get_prs_for_ci.outputs.data }}' | jq '.repository.pullRequests.nodes | map(.number) | .[]')
0 commit comments