ci: Explicitly check out head repo

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-02-04 13:50:58 +01:00
parent fc2e341c47
commit a8e0296ddf
No known key found for this signature in database
GPG Key ID: BC5E2BD907F9A8EC

View File

@ -48,6 +48,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Install Kubernetes tools - name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@v0.8.0 uses: yokawasa/action-setup-kube-tools@v0.8.0