Skip to content

Commit 5514599

Browse files
authored
Merge pull request #92 from crazy-max/ci-fix-job-name
ci(test-bake): fix job name
2 parents 591ea42 + 3b60345 commit 5514599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/.test-bake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ jobs:
365365
with:
366366
builder-outputs: ${{ toJSON(needs.bake-local-nosign.outputs) }}
367367

368-
build-local-nosign-outputs:
368+
bake-local-nosign-outputs:
369369
runs-on: ubuntu-24.04
370370
needs:
371371
- bake-local-nosign
@@ -374,7 +374,7 @@ jobs:
374374
name: Builder outputs
375375
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
376376
env:
377-
INPUT_BUILDER-OUTPUTS: ${{ toJSON(needs.build-local-nosign.outputs) }}
377+
INPUT_BUILDER-OUTPUTS: ${{ toJSON(needs.bake-local-nosign.outputs) }}
378378
with:
379379
script: |
380380
const builderOutputs = JSON.parse(core.getInput('builder-outputs'));

0 commit comments

Comments
 (0)