From 3b603452639a36f6b877ea66113705072813717c Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Tue, 27 Jan 2026 16:29:38 +0100 Subject: [PATCH] ci(test-bake): fix job name Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/.test-bake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.test-bake.yml b/.github/workflows/.test-bake.yml index 33b194d..f329baa 100644 --- a/.github/workflows/.test-bake.yml +++ b/.github/workflows/.test-bake.yml @@ -365,7 +365,7 @@ jobs: with: builder-outputs: ${{ toJSON(needs.bake-local-nosign.outputs) }} - build-local-nosign-outputs: + bake-local-nosign-outputs: runs-on: ubuntu-24.04 needs: - bake-local-nosign @@ -374,7 +374,7 @@ jobs: name: Builder outputs uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: - INPUT_BUILDER-OUTPUTS: ${{ toJSON(needs.build-local-nosign.outputs) }} + INPUT_BUILDER-OUTPUTS: ${{ toJSON(needs.bake-local-nosign.outputs) }} with: script: | const builderOutputs = JSON.parse(core.getInput('builder-outputs'));