Fix errors by switching to main branch (#2019)

This commit is contained in:
Masaya Suzuki 2021-10-02 10:40:25 +09:00 committed by GitHub
parent 42ac0c1f0f
commit 9cbc40ed58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -134,6 +134,7 @@ jobs:
ERROR_ON_MISSING_EXEC_BIT: true
VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
###############################################################
# Fix file and dir ownership. #

View file

@ -134,6 +134,7 @@ jobs:
ERROR_ON_MISSING_EXEC_BIT: true
VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
###############################################################
# Fix file and dir ownership. #

View file

@ -51,3 +51,4 @@ jobs:
ERROR_ON_MISSING_EXEC_BIT: true
VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main