Skip to content

Commit

Permalink
Update conditions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcekay authored Nov 24, 2024
1 parent 19fbb32 commit 1b12031
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/conditions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:

steps:
- name: Print prev job output
run: echo ${{ needs.outputter.outputs.val-map }}
run: |
echo "${{ needs.outputter.outputs.val-map }}"
echo "${{ fromJSON(needs.outputter.outputs.val-map) }}"
- env:
VALONE: ${{ fromJSON(needs.outputter.outputs.val-map).val-one }}
Expand Down

0 comments on commit 1b12031

Please sign in to comment.