We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 591ea42 + 3b60345 commit 5514599Copy full SHA for 5514599
.github/workflows/.test-bake.yml
@@ -365,7 +365,7 @@ jobs:
365
with:
366
builder-outputs: ${{ toJSON(needs.bake-local-nosign.outputs) }}
367
368
- build-local-nosign-outputs:
+ bake-local-nosign-outputs:
369
runs-on: ubuntu-24.04
370
needs:
371
- bake-local-nosign
@@ -374,7 +374,7 @@ jobs:
374
name: Builder outputs
375
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
376
env:
377
- INPUT_BUILDER-OUTPUTS: ${{ toJSON(needs.build-local-nosign.outputs) }}
+ INPUT_BUILDER-OUTPUTS: ${{ toJSON(needs.bake-local-nosign.outputs) }}
378
379
script: |
380
const builderOutputs = JSON.parse(core.getInput('builder-outputs'));
0 commit comments