Replace set-output by $GITHUB_OUTPUT (#20547)

* remove set-output

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2022-12-05 18:25:13 +01:00
committed by GitHub
parent 9763f829a5
commit 67d32f4649
6 changed files with 7 additions and 7 deletions

View File

@@ -145,8 +145,8 @@ jobs:
fi
echo $keys
echo $test_map
echo "::set-output name=matrix::$keys"
echo "::set-output name=test_map::$test_map"
echo "matrix=$keys" >> $GITHUB_OUTPUT
echo "test_map=$test_map" >> $GITHUB_OUTPUT
run_tests_single_gpu:
name: Model tests