Skip to content

Commit

Permalink
fix: correct way of specifying output
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeas committed May 2, 2024
1 parent f43fa95 commit 1c3248a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/create-checkbox-canary-test-job/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ inputs:
required: true
outputs:
job:
description: "The text for the Checkbox canary test YAML"
value: ${{ steps.job-creator.outputs.job }}
runs:
using: "composite"
steps:
- shell: bash
- id: job-creator
shell: bash
run: |
OUTPUT_PATH=${{ github.workspace }}/job.yaml
cat << JOB_EOF > $OUTPUT_PATH
Expand Down

0 comments on commit 1c3248a

Please sign in to comment.