Skip to content

Commit

Permalink
馃懛 Fix formatting of GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreg committed Oct 21, 2022
1 parent f0ad064 commit 75f3a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Expand Up @@ -10,7 +10,7 @@ on:
debug_enabled:
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: false
default: 'false'
jobs:
build-docs:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latest-changes.yml
Expand Up @@ -13,7 +13,7 @@ on:
debug_enabled:
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: false
default: 'false'
jobs:
latest-changes:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 75f3a9a

Please sign in to comment.