Skip to content

Commit

Permalink
add repos
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 committed Apr 30, 2024
1 parent 3b338ae commit d69becb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ runs:
IMAGE_REPO="${{ inputs.image_repo }}" \
IMAGE_TAG="${{ inputs.image_tag || inputs.version }}" \
ISO_NAME=/github/workspace/${{ inputs.iso_name }} \
${{ inputs.repos && format('REPOS="{0}"', inputs.repos) || '' }} \
SECURE_BOOT_KEY_URL="${{ inputs.secure_boot_key_url }}" \
VARIANT="${{ inputs.variant }}" \
VERSION="${{ inputs.version }}" \
Expand Down

0 comments on commit d69becb

Please sign in to comment.