Skip to content

Commit

Permalink
fix reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
Fumi-Mura committed Nov 3, 2024
1 parent f320026 commit a8412b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
# fail_on_error: false # Don't stop when an error occurs

- name: TFlint
working-directory: "/terraform/aws"
working-directory: "${{ github.workspace }}/terraform/aws"
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.github_token }}
run: |
Expand Down

0 comments on commit a8412b1

Please sign in to comment.