Skip to content

Commit 2e78a9d

Browse files
authored
Some more problems. (#60)
1 parent f12f058 commit 2e78a9d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/_shared-docs-build-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ on:
120120
If 'true', the collection documentation will be created at top-level and not in a subdirectory `namespace/collection_name/`.
121121
Has no effect if init-dest-dir is supplied.
122122
required: false
123-
default: 'false'
123+
type: boolean
124+
default: false
124125

125126
outputs:
126127
artifact-name:

.github/workflows/_shared-docs-build-push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ on:
7878
If 'true', the collection documentation will be created at top-level and not in a subdirectory `namespace/collection_name/`.
7979
Has no effect if init-dest-dir is supplied.
8080
required: false
81-
default: 'false'
81+
type: boolean
82+
default: false
8283

8384
outputs:
8485
artifact-name:

0 commit comments

Comments
 (0)