From 8a6b92991e6a53dc130c95d788e07eef34f47984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Thu, 15 Apr 2021 19:29:47 +0000 Subject: [PATCH] fix markdownlint ci after master branch deletion (#1933) remove reference to master branch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c44437b8c92d2..5be814e03c830 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}