Skip to content

Commit

Permalink
Add missing "\"
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily committed Oct 17, 2023
1 parent e0c435b commit a81f33e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/reusable-qemu-netboot-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
- run: |
earthly -P +run-qemu-netboot-test \
--TEST_SUITE=netboot-test \
--FLAVOR=${{ inputs.flavor }}
--FLAVOR_RELEASE=${{ inputs.flavor_release }}
--FAMILY=${{ inputs.family }}
--BASE_IMAGE=${{ inputs.base_image}}
--MODEL=${{ inputs.model }}
--FLAVOR=${{ inputs.flavor }} \
--FLAVOR_RELEASE=${{ inputs.flavor_release }} \
--FAMILY=${{ inputs.family }} \
--BASE_IMAGE=${{ inputs.base_image}} \
--MODEL=${{ inputs.model }} \
--VARIANT=${{ inputs.variant }}

0 comments on commit a81f33e

Please sign in to comment.