From 75f3a9a09eba025332349f4b4f38253cfaedbfcd Mon Sep 17 00:00:00 2001 From: Alexander Regueiro Date: Sat, 22 Oct 2022 00:54:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20formatting=20of=20GitHub?= =?UTF-8?q?=20workflows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-docs.yml | 2 +- .github/workflows/latest-changes.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index db25b76b1..3e7aa65fa 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -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 diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index 28fafd497..5343538b5 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -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