Skip to content

Commit

Permalink
ci: try fix repo fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Szzrain committed Oct 19, 2024
1 parent 4af7159 commit 8ddacdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Code
uses: actions/checkout@v4
with:
repository: ${{ github.action_repository }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
- name: Install Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 8ddacdc

Please sign in to comment.