Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Rajpal Chauhan <[email protected]>
  • Loading branch information
rajpalc7 committed Jan 26, 2024
1 parent d5294b3 commit 34ab7c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,11 @@ jobs:
- name: id
run: |
echo "${digest}"
echo "${digests}"
echo "${{ format ( 'needs.build.outputs.{0}_digest', matrix.service) }}"
echo "${{ needs.build.outputs[format ('{0}_digest', matrix.service)] }}"
env:
digest: ${{ env.aries-endorser-api_digest }}
digests: echo ${{ needs.build.outputs[format('env.{0}_digest', matrix.service)] }}
digests: echo ${{ format('env.{0}_digest', matrix.service) }}

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 34ab7c5

Please sign in to comment.