Update web-deploy-prod.yml
This commit is contained in:
parent
8b183b7b7d
commit
bc9602f6aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/web-deploy-prod.yml
vendored
2
.github/workflows/web-deploy-prod.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
||||||
environments:
|
environments:
|
||||||
type: string
|
type: string
|
||||||
description: An optional list of environments to deploy to.
|
description: An optional list of environments to deploy to.
|
||||||
default: '["prod"]'
|
default: 'prod'
|
||||||
workflow_type:
|
workflow_type:
|
||||||
type: string
|
type: string
|
||||||
description: An optional string for workflow types.
|
description: An optional string for workflow types.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue