Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ce81201

Browse files
bissquitCaelmBleidd
authored andcommittedMar 14, 2023
set-output command removed because of deprecation #1898 (#1931)
1 parent 845cc49 commit ce81201

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

+2-2
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)
Please sign in to comment.