Skip to content

Commit 0df11ea

Browse files
CI: Use correct git repo URL for testing
1 parent cd8694d commit 0df11ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
uses: asdf-vm/actions/plugin-test@v4
3838
with:
3939
command: go version
40+
giturl: ${{ github.event.pull_request.head.repo.clone_url || github.event.repository.clone_url }}
41+
gitref: ${{ github.event.pull_request.head.ref || github.sha }}
4042

4143
- name: Checkout code
4244
uses: actions/checkout@v6

0 commit comments

Comments
 (0)