mirror of
https://github.com/werf/actions.git
synced 2026-03-22 23:43:06 +03:00
fix(deploy): respect WERF_ENV environment variable for converge and dismiss actions
This commit is contained in:
committed by
Aleksei Igrychev
parent
6ad28e741a
commit
fcc652012a
@@ -12,8 +12,9 @@ inputs:
|
||||
version:
|
||||
description: 'The certain version'
|
||||
required: false
|
||||
env: # TODO: Remove this deprecated werf option, which is not required anymore (use WERF_ENV variable instead)
|
||||
env: # DEPRECATED: Use WERF_ENV environment variable instead (e.g., env: { WERF_ENV: value })
|
||||
description: 'Specific deployment environment'
|
||||
default: ''
|
||||
required: false
|
||||
github-token:
|
||||
description: 'The GitHub token used to login and to interact with Docker Github Packages'
|
||||
|
||||
1456
converge/index.js
1456
converge/index.js
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user