diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 1e610f9..cfc769a 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -8,6 +8,15 @@ on: schedule: - cron: '15 6 * * 0' workflow_dispatch: + inputs: + environment: + description: 'Pick an environment' + required: true + default: 'Production' + options: + - 'Production' + - 'Staging' + - 'Development' jobs: Build: