fix(ci): remove deprecated set-output on github workflows (#26921)

This commit is contained in:
Daniel Vaz Gaspar
2024-01-31 18:40:07 +00:00
committed by GitHub
parent 31eed009cd
commit 4b85af2586
6 changed files with 9 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ jobs:
}
count=$(( `get_count queued` + `get_count in_progress` ))
echo "Found $count unfinished jobs."
echo "::set-output name=count::$count"
echo "count=$count" >> $GITHUB_OUTPUT
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
if: steps.check_queued.outputs.count >= 20