Add pr event

This commit is contained in:
Hongbo Wu
2023-02-10 15:26:10 +08:00
parent 05380145fb
commit f7ba1dddfa

View File

@ -16,7 +16,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Setup Go
uses: actions/setup-go@v3
with: