Skip to content

Commit 528173d

Browse files
committed
fix: set outputs
1 parent dcc9232 commit 528173d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,7 @@ runs:
6363
echo "$matrixStringifiedObject"
6464
echo "matrix=$matrixStringifiedObject" >> $GITHUB_OUTPUT
6565
env:
66-
PROJECT_ROOT: ${{ inputs.project-root }}
66+
PROJECT_ROOT: ${{ inputs.project-root }}
67+
outputs:
68+
matrix: ${{ steps.setmatrix.outputs.matrix }}
69+
files: ${{ steps.files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)