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