We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb580c2 commit a365281Copy full SHA for a365281
1 file changed
.github/workflows/root-docs-ci.yml
@@ -46,7 +46,7 @@ jobs:
46
PLATFORM: alma10
47
DOC_DIR: master
48
DOC_LOCATION: /github/home
49
- BASE_REF: ${{ inputs.input_branch == null && 'master' || inputs.input_branch }}
+ BASE_REF: ${{ inputs.input_branch == null && github.ref_name || inputs.input_branch }}
50
WEB_DIR_NAME: ${{ inputs.eos_upload_directory == null && '' || inputs.eos_upload_directory }}
51
TAR_FILE: htmlmaster.tar.gz
52
0 commit comments