Skip to content

Commit 156d9fd

Browse files
committed
fix: yaml file
1 parent 528173d commit 156d9fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ runs:
6464
echo "matrix=$matrixStringifiedObject" >> $GITHUB_OUTPUT
6565
env:
6666
PROJECT_ROOT: ${{ inputs.project-root }}
67-
outputs:
68-
matrix: ${{ steps.setmatrix.outputs.matrix }}
69-
files: ${{ steps.files.outputs.all_changed_files }}
67+
outputs:
68+
matrix: ${{ steps.setmatrix.outputs.matrix }}
69+
files: ${{ steps.files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)