0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 06:10:44 -05:00

Workflow: Attempt to fetch before checking out the PR merge commit by hash

This commit is contained in:
Refringe 2024-04-25 01:43:03 -04:00
parent 432ae73a6b
commit dce2ccbcfd
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -29,6 +29,7 @@ jobs:
git clone https://dev.sp-tarkov.com/${{ github.repository }}.git /workspace/SPT-AKI/Server/current git clone https://dev.sp-tarkov.com/${{ github.repository }}.git /workspace/SPT-AKI/Server/current
cd /workspace/SPT-AKI/Server/current cd /workspace/SPT-AKI/Server/current
git fetch
git checkout $REF git checkout $REF
env: env:
GITHUB_SHA: ${{ github.sha }} GITHUB_SHA: ${{ github.sha }}