Skip to content

Commit a6564e7

Browse files
bissquittamarinvs19
authored andcommitted
set-output command removed because of deprecation #1898 (#1931)
1 parent a3278ef commit a6564e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-run-tests-from-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
run: |
6666
FRAMEWORK_TESTS=$(echo $(cat .github/workflows/framework-tests-matrix.json))
6767
COMBINED_PROJECTS=$(echo $(cat .github/workflows/combined-projects-matrix.json))
68-
echo "::set-output name=framework-tests-matrix::$FRAMEWORK_TESTS"
69-
echo "::set-output name=combined-projects-matrix::$COMBINED_PROJECTS"
68+
echo "framework-tests-matrix=$FRAMEWORK_TESTS" >> $GITHUB_OUTPUT
69+
echo "combined-projects-matrix=$COMBINED_PROJECTS" >> $GITHUB_OUTPUT
7070
echo $FRAMEWORK_TESTS
7171
echo $COMBINED_PROJECTS
7272
framework-tests:

0 commit comments

Comments
 (0)