Skip to content

Commit

Permalink
docs: add disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeas committed May 2, 2024
1 parent a71aa37 commit 72f9ae5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/create-checkbox-canary-test-job/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ runs:
using: "composite"
steps:
- id: job-creator
# This is purely a proof-of-concept. You shouldn't handle inline bash scripts in Github actions.
# Please just don't, it won't end well. This is normally the place to feed the action inputs to
# a dedicated tool that generates the Checkbox launcher.
shell: bash
run: |
OUTPUT_PATH=${{ github.workspace }}/job.yaml
Expand Down

0 comments on commit 72f9ae5

Please sign in to comment.