mirror of
https://github.com/werf/actions.git
synced 2026-02-05 02:46:23 +03:00
fix: converge and dismiss actions should not require env param
This commit is contained in:
@@ -12,9 +12,9 @@ inputs:
|
|||||||
version:
|
version:
|
||||||
description: 'The certain version'
|
description: 'The certain version'
|
||||||
required: false
|
required: false
|
||||||
env:
|
env: # TODO: Remove this deprecated werf option, which is not required anymore (use WERF_ENV variable instead)
|
||||||
description: 'Specific deployment environment'
|
description: 'Specific deployment environment'
|
||||||
required: true
|
required: false
|
||||||
github-token:
|
github-token:
|
||||||
description: 'The GitHub token used to login and to interact with Docker Github Packages'
|
description: 'The GitHub token used to login and to interact with Docker Github Packages'
|
||||||
default: ${{ github.token }}
|
default: ${{ github.token }}
|
||||||
|
|||||||
@@ -12,9 +12,9 @@ inputs:
|
|||||||
version:
|
version:
|
||||||
description: 'The certain version'
|
description: 'The certain version'
|
||||||
required: false
|
required: false
|
||||||
env:
|
env: # TODO: Remove this deprecated werf option, which is not required anymore (use WERF_ENV variable instead)
|
||||||
description: 'Specific deployment environment'
|
description: 'Specific deployment environment'
|
||||||
required: true
|
required: false
|
||||||
github-token:
|
github-token:
|
||||||
description: 'The GitHub token used to login and to interact with Docker Github Packages'
|
description: 'The GitHub token used to login and to interact with Docker Github Packages'
|
||||||
default: ${{ github.token }}
|
default: ${{ github.token }}
|
||||||
|
|||||||
Reference in New Issue
Block a user