patch: test
Some checks failed
/ Checkstyle job (pull_request) Failing after 13s

This commit is contained in:
筱锋xiao_lfeng 2024-04-10 02:09:47 +08:00
parent fecda5d504
commit 76724994d4
Signed by: XiaoLFeng
GPG Key ID: F693AA12AABBFA87

View File

@ -10,7 +10,7 @@ jobs:
- name: Run check style
uses: nikitasavinov/checkstyle-action@master
with:
github_token: ${{ MyGitHubToken.GITHUB_TOKEN }}
github_token: ${{ MyGitHubToken.MYGITHUBTOKEN }}
reporter: 'github-pr-check'
tool_name: 'testtool'
checkstyle_config: 'checkstyle.xml'