Skip to content

Commit 0c2d436

Browse files
committed
fixup! [ci][docs] Add job inputs for manually triggered workflows.
1 parent ece03ca commit 0c2d436

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/root-docs-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ on:
1313
input_branch:
1414
description: 'Which branch to build documentation for'
1515
type: string
16-
required: false
17-
default: 'master'
16+
required: true
1817
eos_upload_directory:
1918
description: 'Make documentation available at <root-website>/doc/<directory>. Leave empty for skipping the upload to eos.'
2019
type: string
2120
required: false
22-
default: 'master'
21+
default: ''
2322

2423
workflow_dispatch:
2524
inputs:

0 commit comments

Comments
 (0)