From 888f0a0db6aa57dcee8d9b7e9d2220b0520f4e09 Mon Sep 17 00:00:00 2001 From: Varik Matevosyan Date: Thu, 19 Sep 2024 11:59:57 +0400 Subject: [PATCH] fix ci action --- .github/workflows/submit.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/submit.yml b/.github/workflows/submit.yml index c326d12..638ebdf 100644 --- a/.github/workflows/submit.yml +++ b/.github/workflows/submit.yml @@ -3,18 +3,18 @@ on: push: branches: - main - workflow_dispatch: - inputs: - VERSION: - type: string - description: "Image Version" - required: true - default: "0.2.5" - LANTERN_VERSION: - type: string - description: "Lantern Version" - required: true - default: "0.3.4" + workflow_dispatch: + inputs: + VERSION: + type: string + description: "Image Version" + required: true + default: "0.2.5" + LANTERN_VERSION: + type: string + description: "Lantern Version" + required: true + default: "0.3.4" env: VERSION: ${{ github.event.inputs.VERSION || '0.2.5' }} LANTERN_VERSION: ${{ github.event.inputs.LANTERN_VERSION || '0.3.4' }}