Skip to content

Commit

Permalink
ci: fix deprecation of set-output in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Nov 14, 2022
1 parent b1b2b37 commit 8307c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
| yq e --output-format=json '.' - \
| jq '{"include": map( . | select(.dont_run_on_ref != "${{ github.ref }}" ))}'
)
echo ::set-output name=matrix::$(echo "$matrix_post_filter")
echo "matrix::$matrix_post_filter" >> $GITHUB_OUTPUT
echo "The subsequent job's matrix are:"
echo $matrix_post_filter | jq '.'
Expand Down

0 comments on commit 8307c8e

Please sign in to comment.