fix: converge and dismiss actions should not require env param

This commit is contained in:
Timofey Kirillov
2021-12-17 13:22:42 +03:00
parent bd2180a34d
commit 6545aa68e3
2 changed files with 4 additions and 4 deletions

View File

@@ -12,9 +12,9 @@ inputs:
version:
description: 'The certain version'
required: false
env:
env: # TODO: Remove this deprecated werf option, which is not required anymore (use WERF_ENV variable instead)
description: 'Specific deployment environment'
required: true
required: false
github-token:
description: 'The GitHub token used to login and to interact with Docker Github Packages'
default: ${{ github.token }}