File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
ncu-config set repo "$(echo ${{ github.repository }} | cut -d/ -f2)"
56
56
57
57
- name : Start the CI
58
- run : ./tools/actions/start-ci.sh " ${{ needs.get_prs_for_ci.outputs.numbers }}"
58
+ run : ./tools/actions/start-ci.sh ${{ needs.get_prs_for_ci.outputs.numbers }}
59
59
env :
60
60
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 75
75
ncu-config set owner "${OWNER}"
76
76
77
77
- name : Start the Commit Queue
78
- run : ./tools/actions/commit-queue.sh ${{ env.OWNER }} ${{ env.REPOSITORY }} " ${{ needs.get_mergeable_prs.outputs.numbers }}"
78
+ run : ./tools/actions/commit-queue.sh ${{ env.OWNER }} ${{ env.REPOSITORY }} ${{ needs.get_mergeable_prs.outputs.numbers }}
79
79
env :
80
80
GITHUB_TOKEN : ${{ secrets.GH_USER_TOKEN }}
You can’t perform that action at this time.
0 commit comments