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' }}