Skip to content

Commit

Permalink
env picker
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedbham committed Apr 14, 2024
1 parent a3d2706 commit 165145d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 165145d

Please sign in to comment.