From 46afa9fa1b7ce659539ee36c104343fe26459c3f Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 14 Feb 2024 22:25:51 +0000 Subject: [PATCH] indent --- .github/workflows/iso.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 651c2f8..a6d9188 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -2,22 +2,22 @@ name: Create and publish an ISO on: workflow_call: - inputs: - IMAGE_VERSION: - required: true - type: string - IMAGE_ARCH: - required: true - type: string - IMAGE_NAME: - required: true - type: string - IMAGE_REPO: - required: true - type: string - IMAGE_REPO: - required: true - type: string + inputs: + IMAGE_VERSION: + required: true + type: string + IMAGE_ARCH: + required: true + type: string + IMAGE_NAME: + required: true + type: string + IMAGE_REPO: + required: true + type: string + IMAGE_REPO: + required: true + type: string env: IMAGE_VERSION: ${{ github.event.inputs.IMAGE_VERSION || '39' }}