From 24bdfec8eaeca3321a802d2bad5cdc4870dd6d20 Mon Sep 17 00:00:00 2001 From: Javier Rodriguez Date: Thu, 30 May 2024 07:53:56 +0200 Subject: [PATCH] additional material Signed-off-by: Javier Rodriguez --- .github/workflows/test_workflow.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_workflow.yml b/.github/workflows/test_workflow.yml index d1246f0..29f1e61 100644 --- a/.github/workflows/test_workflow.yml +++ b/.github/workflows/test_workflow.yml @@ -11,12 +11,13 @@ jobs: # it will create one with an empty contract ready for operators to be filled. Otherwise, if found, it will just # be ignored and the process will continue. For this to work it's using a pre-created API Token testing-echo: - name: Echo + name: echo runs-on: ubuntu-latest outputs: - additional_materials: ${{ steps.Echo.outputs.additional_materials }} + additional_materials: ${{ steps.echo.outputs.additional_materials }} steps: - name: Echo + id: echo run: | echo "Hello, World!" echo "additional_materials="ghcr.io/chainloop-dev/chainloop/control-plane:v0.88.0,ghcr.io/chainloop-dev/chainloop/artifact-cas:v0.88.0"" >> $GITHUB_OUTPUT