Skip to content

Commit b64ce57

Browse files
authored
Merge pull request #32 from byu-oit/github-env
github-env
2 parents 9657b2e + d097d97 commit b64ce57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
}
3030
]
3131
}'
32-
echo "::set-env name=matrix::`echo $matrix | jq -c .`"
32+
echo matrix=`echo $matrix | jq -c .` >> $GITHUB_ENV
3333
3434
outputs:
3535
matrix: ${{ env.matrix }}

0 commit comments

Comments
 (0)