File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 type : string
1414
1515jobs :
16- greeter :
16+ host :
1717 runs-on : ubuntu-latest
1818 # This is optional; it exposes the plan to your job as an environment variable
1919 env :
Original file line number Diff line number Diff line change 1313 type : string
1414
1515jobs :
16- greeter :
16+ plan :
1717 runs-on : ubuntu-latest
1818 # This is optional; it exposes the plan to your job as an environment variable
1919 env :
Original file line number Diff line number Diff line change 8888 path : plan-dist-manifest.json
8989
9090 custom-plan :
91- uses : ./.github/workflows /plan.yml
91+ uses : ./.github/actions /plan
9292 secrets : inherit
9393
9494 # Build and packages all the platform-specific things
@@ -293,7 +293,7 @@ jobs:
293293 - plan
294294 - build-local-artifacts
295295 - build-global-artifacts
296- uses : ./.github/workflows /host.yml
296+ uses : ./.github/actions /host
297297 with :
298298 plan : ${{ needs.plan.outputs.val }}
299299 secrets : inherit
You can’t perform that action at this time.
0 commit comments