Use >>$GITHUB_OUTPUT instead of ::set-output
This commit is contained in:
2
.github/workflows/manual-matrix-test.yml
vendored
2
.github/workflows/manual-matrix-test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user