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 9b131f7 commit 06d105b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conditions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
run: echo "$VAL"

- name: Conditional print
if: ${{ fromJSON(${{ needs.outputter.outputs.val }}) > 10 }}
if: fromJSON(needs.outputter.outputs.val) > 10
run: echo "Conditioanl print"

0 comments on commit 06d105b

Please sign in to comment.