Skip to content

Commit

Permalink
fix: correct reference to environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeas committed May 2, 2024
1 parent 216fe88 commit 34e9491
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ runs:
PYTHONUNBUFFERED=1 checkbox-cli control \$DEVICE_IP canary.launcher
EXITCODE=\$?
JOB_EOF
echo "job=$(cat OUTPUT_PATH)" >> $GITHUB_OUTPUT
echo "job=$(cat $OUTPUT_PATH)" >> $GITHUB_OUTPUT

0 comments on commit 34e9491

Please sign in to comment.