Skip to content

Commit 247ef3c

Browse files
committed
fix: remove outputs
1 parent 156d9fd commit 247ef3c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

action.yml

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

0 commit comments

Comments
 (0)