Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
stupidloud committed Feb 16, 2024
1 parent c80a02f commit 9d25e7d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ name: Repo Dispatcher
on:
workflow_dispatch:
inputs:
package_clean:
debug:
type: choice
description: 'check to make clean package'
description: 'debug?'
options:
- true
- false
default: 'true'
default: 'false'
required: true
debug:
package_clean:
type: choice
description: 'debug?'
description: 'check to make clean package'
options:
- true
- false
default: 'false'
default: 'true'
required: true

jobs:
Expand Down

0 comments on commit 9d25e7d

Please sign in to comment.