File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7171 run : |
7272 echo ${{ toJson(needs.define-matrix.outputs.project-string) }}
7373 echo ${{ toJson(needs.define-matrix.outputs.project-string) }} | jq -r '.include[].project'
74- echo "my_output=${{ toJson(needs.define-matrix.outputs.project-string) }} | jq -r '.include[].project'" >> "$GITHUB_OUTPUT"
74+ # echo "my_output=${{ toJson(needs.define-matrix.outputs.project-string) }} | jq -r '.include[].project'" >> "$GITHUB_OUTPUT"
7575 # my_output=${{ toJson(needs.define-matrix.outputs.project-string) }} | jq -r '.include[].project'
7676 # echo "::set-output name=the_output::$my_output"
7777 # echo "includes:" $(echo $COUNT) }}
@@ -88,12 +88,12 @@ jobs:
8888
8989 strategy :
9090 matrix :
91- value : ${{ toJson (needs.print-output.outputs.astring) }}
91+ value : ${{ fromJson (needs.print-output.outputs.astring) }}
9292
9393 steps :
9494 - name : Print project-string variable
9595 run : |
96- echo "${{ matrix.value }}"
96+ echo "${{ toJson( matrix.value) }}"
9797 # echo ${{ toJson(needs.print-output.outputs.astring) }}
9898
9999
You can’t perform that action at this time.
0 commit comments