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

Workflow: Start the clone step from the workspace directory

This commit is contained in:
Refringe 2024-04-25 00:34:02 -04:00
parent 3e2e2e47df
commit bf7f5c943c
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -17,11 +17,7 @@ jobs:
steps:
- name: Clone
run: |
echo "github.repository = ${{ github.repository }}"
echo "github.ref = ${{ github.ref }}"
echo "github.ref = ${{ github.ref }}"
echo "github.workspace = ${{ github.workspace }}"
cd /workspace
rm -rf ${{ github.workspace }}
git clone --progress --verbose https://dev.sp-tarkov.com/${{ github.repository }}.git --branch master ${{ github.workspace }}