Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit f2ca664

Browse files
author
Joseph Finnegan
committed
change env var by writing to GITHUB_ENV
1 parent c6373da commit f2ca664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
if [ $(cat $TESTSUITE_RUNNING_STATUS_LOC) = RUNNING ] ; then exit 1; fi
9292
echo RUNNING > $TESTSUITE_RUNNING_STATUS_LOC
93-
echo "true" >> $TESTSUITE_STATUS_CHANGED_DURING_RUN
93+
echo "$TESTSUITE_STATUS_CHANGED_DURING_RUN=true" >> $GITHUB_ENV
9494
echo "set status is $TESTSUITE_STATUS_CHANGED_DURING_RUN"
9595
cd build/apps/modem
9696
JLinkExe -SelectEmuBySN 770821797 -CommandFile jlink-flash-full.script > flashOutput1.txt

0 commit comments

Comments
 (0)