fix markdownlint ci after master branch deletion (#1933)

remove reference to master branch
This commit is contained in:
François 2021-04-15 19:29:47 +00:00
parent 86f3308308
commit 8a6b92991e

View file

@ -89,7 +89,7 @@ jobs:
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_MARKDOWN: true
DEFAULT_BRANCH: master
DEFAULT_BRANCH: main
# Not needed here as only one Linter is used.
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}