1
0
mirror of https://github.com/GeyserMC/PackConverter.git synced 2025-12-27 18:59:13 +00:00

Resolve pullrequest.yml always checking out the master branch

This commit is contained in:
Aurora
2025-08-02 12:56:37 +01:00
parent c38c120240
commit febac20ad7

View File

@@ -11,6 +11,8 @@ jobs:
# See https://github.com/actions/checkout/commits
uses: actions/checkout@72f2cec99f417b1a1c5e2e88945068983b7965f9
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.sha }}
submodules: recursive
- name: Validate Gradle Wrapper