From 1bf49fb5887a90f2ecd10ab63ad5c0aef91c68eb Mon Sep 17 00:00:00 2001 From: penekhun Date: Tue, 21 May 2024 00:19:51 +0900 Subject: [PATCH] Fix typo in github actions yml --- .github/workflows/build-pull-request.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index b490171..9c2bc93 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -31,9 +31,12 @@ jobs: path: '**/build/reports/' - name: Run checkstyle reporter uses: nikitasavinov/checkstyle-action@master + env: + REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.TOKEN }} with: github_token: ${{ secrets.TOKEN }} reporter: 'github-pr-check' + workdir: 'springdog-project/' checkstyle_config: 'config/checkstyle/checkstyle.xml' properties_file: 'config/checkstyle/checkstyle-git-action.properties' fail_on_error: true