Skip to content

Commit bae0d2a

Browse files
authored
Change variable name
1 parent d8a2861 commit bae0d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-loop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Print project-json variable
5454
run: |
55-
echo "The outputs are ${{ toJson(needs.define-matrix.outputs.project-json) }}"
55+
echo "The outputs are ${{ toJson(needs.define-matrix.outputs.project-string) }}"
5656
echo
5757
jobjson=$(echo "${{ toJson(needs.define-matrix.outputs) }}" )
5858
echo $jobjson | yq

0 commit comments

Comments
 (0)