Skip to content

Commit

Permalink
👷 Fix definitions of manual inputs in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreg committed Nov 15, 2022
1 parent 334595d commit 45e5851
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ on:
inputs:
debug_enabled:
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
type: boolean
required: false
default: 'false'
default: false
jobs:
build-docs:
runs-on: ubuntu-20.04
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/latest-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ on:
required: true
debug_enabled:
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
type: boolean
required: false
default: 'false'
default: false
jobs:
latest-changes:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 45e5851

Please sign in to comment.