Use >>$GITHUB_OUTPUT instead of ::set-output

This commit is contained in:
Logan Pulley
2022-10-12 11:23:25 -05:00
parent 7c640bd299
commit 2610be7bb8
5 changed files with 36 additions and 36 deletions

View File

@@ -24,7 +24,7 @@ jobs:
echo '${{ steps.changed-files.outputs.all_changed_files }}'
- id: set-matrix
run: echo "::set-output name=matrix::{\"container\":${{ steps.changed-files.outputs.all_changed_files }}}"
run: echo "matrix={\"container\":${{ steps.changed-files.outputs.all_changed_files }}}" >>$GITHUB_OUTPUT
matrix-job:
name: Run Matrix Job