Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
fix ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Oct 10, 2024
1 parent f3124f1 commit 888f0a0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 888f0a0

Please sign in to comment.