Merge pull request #49 from werf/fix-dismiss-action

fix: converge and dismiss actions should not require env param
This commit is contained in:
Alexey Igrychev
2021-12-17 13:26:27 +00:00
committed by GitHub
9 changed files with 11920 additions and 11920 deletions
+683 -683
View File
File diff suppressed because one or more lines are too long
+683 -683
View File
File diff suppressed because one or more lines are too long
+2 -2
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 }}
+683 -683
View File
File diff suppressed because one or more lines are too long
+2 -2
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 }}
+683 -683
View File
File diff suppressed because one or more lines are too long
+683 -683
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -34,7 +34,7 @@
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"pack": "pack.sh",
"pack": "./pack.sh",
"all": "npm run build && npm run format && npm run lint && npm run pack"
},
"repository": {
+687 -687
View File
File diff suppressed because one or more lines are too long