From 165145d52963803ca2aca9df4f33166348c3361b Mon Sep 17 00:00:00 2001 From: ahmedbham <16580429+ahmedbham@users.noreply.github.com> Date: Sun, 14 Apr 2024 10:39:46 -0700 Subject: [PATCH] env picker --- .github/workflows/github-actions-demo.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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: