From f0420b9562ef77cfe7aa32ba423f5876e0e9e14b Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 14 Feb 2024 22:26:17 +0000 Subject: [PATCH] remove inputs --- .github/workflows/iso.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index a6d9188..3150dc2 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -2,22 +2,7 @@ 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 + env: IMAGE_VERSION: ${{ github.event.inputs.IMAGE_VERSION || '39' }}