Skip to content

Commit

Permalink
Fix workflow dispatch syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Oct 15, 2024
1 parent 7c7541c commit bd778de
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/flex-aselo-development-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/flex-deploy-all-production-helplines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/flex-deploy-all-staging-helplines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bd778de

Please sign in to comment.