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