BUILD-2950 Use GITHUB_OUTPUT
instead of deprecated set-output
This commit is contained in:
parent
11dc4e5cc4
commit
5437c58656
4
.github/workflows/update_coverage.yml
vendored
4
.github/workflows/update_coverage.yml
vendored
@ -38,9 +38,9 @@ jobs:
|
||||
pipenv run rspec-tools update-coverage --rulesdir ../rules
|
||||
mv ./covered_rules.json ../frontend/public/covered_rules.json
|
||||
if git diff --exit-code ../frontend/public/covered_rules.json; then
|
||||
echo "::set-output name=new_coverage::false"
|
||||
echo "new_coverage=false" >> "$GITHUB_OUTPUT"
|
||||
else
|
||||
echo "::set-output name=new_coverage::true"
|
||||
echo "new_coverage=true" >> "$GITHUB_OUTPUT"
|
||||
fi
|
||||
|
||||
- name: 'Cancel if coverage did not change'
|
||||
|
Loading…
x
Reference in New Issue
Block a user