updated workflow
This commit is contained in:
@@ -1,7 +1,17 @@
|
|||||||
name: release-tag
|
name: release-tag
|
||||||
on: workflow_dispatch
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
version:
|
||||||
|
description: 'The version number to deploy'
|
||||||
|
required: true
|
||||||
jobs:
|
jobs:
|
||||||
release-image:
|
release-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "manual trigger executed"
|
-
|
||||||
|
run: echo "manual trigger executed"
|
||||||
|
-
|
||||||
|
run: echo "$MESSAGE"
|
||||||
|
env:
|
||||||
|
MESSAGE; ${{ github.event.inputs.version}}
|
||||||
|
|||||||
Reference in New Issue
Block a user