mirror of
https://github.com/werf/actions.git
synced 2026-03-25 08:53:07 +03:00
fix(deploy): respect WERF_ENV
Signed-off-by: Polina Sizintseva <polina.sizintseva@flant.com>
This commit is contained in:
@@ -12,7 +12,7 @@ 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'
|
||||
required: false
|
||||
github-token:
|
||||
|
||||
Reference in New Issue
Block a user