Skip to content

Commit

Permalink
debug: try again with multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeas committed May 2, 2024
1 parent 94dccac commit 5a22200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/create-checkbox-canary-test-job/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ runs:
- id: job-creator
shell: bash
run: |
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#example-of-a-multiline-string
{
echo 'job << JOB_EOF'
job_queue: ${{ inputs.queue }}
Expand Down Expand Up @@ -85,5 +84,6 @@ runs:
# run the canary test plan
PYTHONUNBUFFERED=1 checkbox-cli control \$DEVICE_IP canary.launcher
EXITCODE=\$?
echo JOB_EOF
echo
echo JOB_EOF
} >> "$GITHUB_OUTPUT"

0 comments on commit 5a22200

Please sign in to comment.