Skip to content

Commit 9657fb2

Browse files
committed
Test 4, funnel array through env vars
1 parent 04ad9d9 commit 9657fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hil-library-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
LIBRARY="$(basename ${{ matrix.libraries }} )"
107107
108108
echo "repo=$REPO" >> $GITHUB_ENV
109-
echo "library=$LIBRARy" >> $GITHUB_ENV
109+
echo "library=$LIBRARY" >> $GITHUB_ENV
110110
echo "version=$TEST_VERSION" >> $GITHUB_ENV
111111
112112
echo "Repo " $REPO

0 commit comments

Comments
 (0)