File tree Expand file tree Collapse file tree
actions/request-docker-ci Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ description: >
88 Starts build.yaml ("Docker + Tests") by toggling the ``ci:run-docker`` label,
99 which is the only event that workflow triggers on. The token must be a GitHub
1010 App installation token; GitHub does not cascade GITHUB_TOKEN actions into new
11- workflow runs, so a label applied with GITHUB_TOKEN starts nothing. Requires a
12- prior checkout.
11+ workflow runs, so a label applied with GITHUB_TOKEN starts nothing.
1312
1413inputs :
1514 pr-number :
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ jobs:
212212
213213 # Gated on branch_changed so an unchanged open PR does not re-spend GPU
214214 # minutes every night.
215- - uses : . /.github/actions/request-docker-ci
215+ - uses : $ /.github/actions/request-docker-ci
216216 if : ${{ steps.pin.outputs.branch_changed == 'true' && !inputs.dry_run }}
217217 with :
218218 pr-number : ${{ steps.pr.outputs.pr_number }}
You can’t perform that action at this time.
0 commit comments