Skip to content

Commit 9d0036f

Browse files
committed
Create Deployment if arguments provided manually
1 parent 8ae5a50 commit 9d0036f

File tree

10 files changed

+4449
-622
lines changed

10 files changed

+4449
-622
lines changed

.eslintrc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444
"semi": "off",
4545
"@typescript-eslint/semi": ["error", "never"],
4646
"@typescript-eslint/type-annotation-spacing": "error",
47-
"@typescript-eslint/unbound-method": "error"
47+
"@typescript-eslint/unbound-method": "error",
48+
"no-shadow": "off",
49+
"@typescript-eslint/no-shadow": "error"
4850
},
4951
"env": {
5052
"node": true,

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: 'Trigger Deploy'
22
description: 'Can either trigger a deployment to a specific environment / namespace, or trigger a number of deployments based on the event which triggered it.'
33
author: 'switcher.ie'
44
inputs:
5+
app:
6+
description: 'The application to deploy; the repository slug.'
57
environment:
68
description: 'The environment to deploy to. Either "staging" or "production".'
79
namespace:

0 commit comments

Comments
 (0)