Skip to content

Commit

Permalink
Merge pull request #3655 from dev-hato/massongit-patch-3
Browse files Browse the repository at this point in the history
CI pr-super-lint: DEFAULT_BRANCHを変数で与える
  • Loading branch information
massongit authored Feb 9, 2024
2 parents 072fb40 + f01e1da commit 673fb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
LINTER_RULES_PATH: .
FILTER_REGEX_EXCLUDE: ".*assets/.*.txt"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: develop
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
WORKON_HOME: ""
PYTHONPATH: ${{ env.PYTHONPATH }}
pr-dotenv-linter:
Expand Down

0 comments on commit 673fb9c

Please sign in to comment.