fix(deploy): respect WERF_ENV environment variable for converge and dismiss actions

This commit is contained in:
Polina Sizintseva
2026-02-12 12:22:01 +03:00
committed by Aleksei Igrychev
parent 6ad28e741a
commit fcc652012a
8 changed files with 1481 additions and 1459 deletions

View File

@@ -12,9 +12,10 @@ inputs:
version:
description: 'The certain version'
required: false
env:
env: # DEPRECATED: Use WERF_ENV environment variable instead (e.g., env: { WERF_ENV: value })
description: 'Specific deployment environment'
required: true
default: ''
required: false
github-token:
description: 'The GitHub token used to login and to interact with Docker Github Packages'
default: ${{ github.token }}