Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dricazenck committed Jun 30, 2024
1 parent 000763c commit 2205d3c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/checkstyle_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@ jobs:
pull-requests: write
checks: write
steps:
- name: Print Specific ENV Variables
run: |
echo "REVIEWDOG_GITHUB_API_TOKEN=${{ secrets.CHECSTYLE_TOKEN }}"
echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}"
- uses: actions/checkout@v4
- uses: dbelyaev/action-checkstyle@master
- name: Run Checkstyle and Reviewdog
uses: dbelyaev/action-checkstyle@master
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.CHECSTYLE_TOKEN }}
with:
Expand Down

0 comments on commit 2205d3c

Please sign in to comment.