Skip to content

Commit

Permalink
Add extra option
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed Jul 30, 2021
1 parent ad7fdc7 commit a99597b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/extra.yml
Expand Up @@ -4,7 +4,10 @@ on:
schedule:
- cron: '0 0 1 * *'
workflow_dispatch:
inputs: {}
inputs:
description: 'Deploy on success'
required: false
default: true
# ref:
# description: 'Ref'
# required: true
Expand Down

0 comments on commit a99597b

Please sign in to comment.