fix markdownlint ci after master branch deletion (#1933)
remove reference to master branch
This commit is contained in:
parent
86f3308308
commit
8a6b92991e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user