Skip to content

Commit a365281

Browse files
committed
[WIP] Correct the ref.
1 parent bb580c2 commit a365281

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
PLATFORM: alma10
4747
DOC_DIR: master
4848
DOC_LOCATION: /github/home
49-
BASE_REF: ${{ inputs.input_branch == null && 'master' || inputs.input_branch }}
49+
BASE_REF: ${{ inputs.input_branch == null && github.ref_name || inputs.input_branch }}
5050
WEB_DIR_NAME: ${{ inputs.eos_upload_directory == null && '' || inputs.eos_upload_directory }}
5151
TAR_FILE: htmlmaster.tar.gz
5252

0 commit comments

Comments
 (0)