From bd778de85100207a84b567ad973fcf66d951bd3c Mon Sep 17 00:00:00 2001 From: Stephen Hand Date: Tue, 15 Oct 2024 11:14:06 +0100 Subject: [PATCH] Fix workflow dispatch syntax --- .github/workflows/flex-aselo-development-deploy.yml | 7 ++++--- .github/workflows/flex-deploy-all-production-helplines.yml | 7 ++++--- .github/workflows/flex-deploy-all-staging-helplines.yml | 7 ++++--- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/workflows/flex-aselo-development-deploy.yml b/.github/workflows/flex-aselo-development-deploy.yml index b7ed1e458..4fd1bdca2 100644 --- a/.github/workflows/flex-aselo-development-deploy.yml +++ b/.github/workflows/flex-aselo-development-deploy.yml @@ -17,9 +17,10 @@ name: Flex Aselo Development Deploy # Controls when the action will run. on: workflow_dispatch: - self-hosted-deploy: - description: If set to true, we will point the account at our s3 hosted version of the plugin rather than uploading it to Twilio. - type: boolean + inputs: + self-hosted-deploy: + description: If set to true, we will point the account at our s3 hosted version of the plugin rather than uploading it to Twilio. + type: boolean schedule: - cron: 0 0 * * 0 diff --git a/.github/workflows/flex-deploy-all-production-helplines.yml b/.github/workflows/flex-deploy-all-production-helplines.yml index 0da86939c..95754530e 100644 --- a/.github/workflows/flex-deploy-all-production-helplines.yml +++ b/.github/workflows/flex-deploy-all-production-helplines.yml @@ -16,9 +16,10 @@ name: Deploy Flex to all Production Helplines on: workflow_dispatch: - self-hosted-deploy: - description: If set to true, we will point the account at our s3 hosted version of the plugin rather than uploading it to Twilio. - type: boolean + inputs: + self-hosted-deploy: + description: If set to true, we will point the account at our s3 hosted version of the plugin rather than uploading it to Twilio. + type: boolean jobs: configure: diff --git a/.github/workflows/flex-deploy-all-staging-helplines.yml b/.github/workflows/flex-deploy-all-staging-helplines.yml index f5a5f724a..3db096f32 100644 --- a/.github/workflows/flex-deploy-all-staging-helplines.yml +++ b/.github/workflows/flex-deploy-all-staging-helplines.yml @@ -16,9 +16,10 @@ name: Deploy Flex to all Staging Helplines on: workflow_dispatch: - self-hosted-deploy: - description: If set to true, we will point the account at our s3 hosted version of the plugin rather than uploading it to Twilio. - type: boolean + inputs: + self-hosted-deploy: + description: If set to true, we will point the account at our s3 hosted version of the plugin rather than uploading it to Twilio. + type: boolean jobs: configure: