fix: missing workspace name input param

This commit is contained in:
Karol Sójko
2023-09-18 14:34:26 +02:00
parent d798864caf
commit 41cd377145
10 changed files with 27 additions and 0 deletions
@@ -6,6 +6,9 @@ on:
service_name:
required: true
type: string
workspace_name:
required: true
type: string
deploy_web:
required: false
default: true
@@ -36,6 +39,7 @@ jobs:
with:
service_name: ${{ inputs.service_name }}
package_path: ${{ inputs.package_path }}
workspace_name: ${{ inputs.workspace_name }}
secrets: inherit
deploy-web: