Skip to content

Commit bfec87b

Browse files
committed
experiment
1 parent cce01d4 commit bfec87b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/_sandbox.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- name: Print
1717
run: |
1818
echo "Hello, world!"
19-
echo "TEST: ${{ github.event.inputs.TEST }}"
20-
echo "${{ fromJson(github.event.inputs.TEST).a }}"
21-
echo "${{ fromJson(github.event.inputs.TEST).b }}"
22-
# echo "${{ github.event.inputs.TEST.a }}"
23-
# echo "${{ github.event.inputs.TEST.b }}"
19+
echo "TEST: ${{ inputs.TEST }}"
20+
echo "{{ fromJson(inputs.TEST).a }}"
21+
echo "{{ fromJson(inputs.TEST).b }}"
22+
echo "{{ inputs.TEST.a }}"
23+
echo "{{ inputs.TEST.b }}"

0 commit comments

Comments
 (0)