CI: Move from deprecated set-output

This commit is contained in:
مهدي شينون (Mehdi Chinoune)
2022-10-24 05:58:42 +01:00
committed by Naveen M K
parent f81311bfdf
commit cc67e6544e
2 changed files with 3 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ jobs:
- name: Check whether to Run
id: check-run
run: |
python .ci/ci-check.py --whether-to-run
python .ci/ci-check.py --whether-to-run >> $GITHUB_OUTPUT
- uses: msys2/setup-msys2@v2
if: steps.check-run.outputs.run == 'true'
with: