Skip to content

Commit

Permalink
You have an error in your yaml syntax on line 5
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed Jul 13, 2023
1 parent a2f1bb1 commit b09cfa9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ name: docker build filebot-beta

on:
workflow_dispatch:
inputs:
revision:
description: 'Revision'
required: true
type: 'choice'
default: 'latest'
options:
- 'latest'
schedule:
- cron: '0 0 * * 5'
workflow_run:
Expand Down

0 comments on commit b09cfa9

Please sign in to comment.