Skip to content

Commit

Permalink
Test JSON read/write
Browse files Browse the repository at this point in the history
  • Loading branch information
DwarKapex committed Jan 13, 2024
1 parent c87ecc3 commit ed60f1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/_sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
- name: echo values
run: |
echo ALL_TAGS=${{ fromJson(needs.set-json.outputs.ALL_TAGS) }}
echo ${{ fromJson(needs.set-json.outputs.ALL_TAGS).TAG_[format('{0}_MEALKIT', matrix.TAG)] }}
echo ${{ fromJson(needs.set-json.outputs.ALL_TAGS).TAG_[format('{0}_FINAL', matrix.TAG)] }}
echo FORMAT=${{ format('TAG_{0}_MEALKIT', matrix.TAG) }}
echo MEALKIT=${{ fromJson(needs.set-json.outputs.ALL_TAGS).TAG_format('{0}_MEALKIT', matrix.TAG) }}
echo FINAL=${{ fromJson(needs.set-json.outputs.ALL_TAGS).TAG_format('{0}_FINAL', matrix.TAG) }}
echo $TAG_A
Expand Down

0 comments on commit ed60f1e

Please sign in to comment.