We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc9232 commit 528173dCopy full SHA for 528173d
1 file changed
action.yml
@@ -63,4 +63,7 @@ runs:
63
echo "$matrixStringifiedObject"
64
echo "matrix=$matrixStringifiedObject" >> $GITHUB_OUTPUT
65
env:
66
- PROJECT_ROOT: ${{ inputs.project-root }}
+ PROJECT_ROOT: ${{ inputs.project-root }}
67
+ outputs:
68
+ matrix: ${{ steps.setmatrix.outputs.matrix }}
69
+ files: ${{ steps.files.outputs.all_changed_files }}
0 commit comments