Skip to content

Commit

Permalink
additional material
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Rodriguez <[email protected]>
  • Loading branch information
javirln committed May 30, 2024
1 parent 4106553 commit 24bdfec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24bdfec

Please sign in to comment.