Skip to content

Commit

Permalink
docs: add type:boolean to workflow_dispatch in README.md (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Aug 12, 2022
1 parent 2b3a740 commit 57508dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ on:
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: false
Expand Down

0 comments on commit 57508dd

Please sign in to comment.