diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 8ae157639c..459f64fc19 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -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 diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index 5343538b58..90e3aecf1d 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -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