Skip to content

Commit

Permalink
Update github-actions-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svu authored May 31, 2024
1 parent a0f2272 commit b2e681d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ on:
schedule:
- cron: '15 6 * * 0'
workflow_dispatch:

inputs:
environment:
description: 'Environment to deploy to'
type: environment
required: true
jobs:
Build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b2e681d

Please sign in to comment.