set base-branch to master in documentation check workflow

This commit is contained in:
mahula 2023-11-08 09:45:18 +01:00
parent 10d0b03bca
commit e58b943d92

View File

@ -39,5 +39,5 @@ jobs:
# at any .md file change take the chance to check the links in all .md files
check-modified-files-only: 'no'
config-file: '.github/workflows/mlc_config.json'
base-branch: 'trigger-docs.ocelot.social-deployment-by-markdown-file-changes-in-master-branch' # set to branch of current PR's branch
base-branch: 'master'
folder-path: '.'