Skip to content

Commit ea13433

Browse files
committed
experiment
1 parent bfec87b commit ea13433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_sandbox.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
echo "Hello, world!"
1919
echo "TEST: ${{ inputs.TEST }}"
20-
echo "{{ fromJson(inputs.TEST).a }}"
20+
echo "${{ fromJson(inputs.TEST).a }}"
2121
echo "{{ fromJson(inputs.TEST).b }}"
2222
echo "{{ inputs.TEST.a }}"
2323
echo "{{ inputs.TEST.b }}"

0 commit comments

Comments
 (0)