Skip to content

Commit 0108a9c

Browse files
committed
Remove EOF sandwich
1 parent 6c8be13 commit 0108a9c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,7 @@ jobs:
4545
matrix=$(yq -o=json '{"include": .}' .github/workflows/configurations/matlab_release_matrix_strategy.yml | tr -d '\n')
4646
fi
4747
48-
# Use multiline output format to handle complex JSON
49-
{
50-
echo "matrix<<EOF"
51-
echo "$matrix"
52-
echo "EOF"
53-
} >> $GITHUB_OUTPUT
54-
48+
echo "matrix=$matrix" >> $GITHUB_OUTPUT
5549
echo "latest_matlab_version=$latest_matlab_version" >> $GITHUB_OUTPUT
5650
5751
run_tests:

0 commit comments

Comments
 (0)