mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Workflow: Attempts to access the environment variables differently
This commit is contained in:
parent
ba4e26585b
commit
1495587b43
@ -17,11 +17,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Clone
|
- name: Clone
|
||||||
run: |
|
run: |
|
||||||
|
echo "github.repository = ${{ github.repository }}"
|
||||||
|
echo "github.ref = ${{ github.ref }}"
|
||||||
|
|
||||||
rm -rf /workspace/SPT-AKI/Server
|
rm -rf /workspace/SPT-AKI/Server
|
||||||
git clone https://dev.sp-tarkov.com/${{ GITHUB_REPOSITORY }}.git --branch master /workspace/SPT-AKI/Server
|
git clone --progress --verbose https://dev.sp-tarkov.com/${{ github.repository }}.git --branch master /workspace/SPT-AKI/Server
|
||||||
|
|
||||||
cd /workspace/SPT-AKI/Server && ls -lah
|
cd /workspace/SPT-AKI/Server && ls -lah
|
||||||
git checkout ${{ GITHUB_REF }}
|
git checkout ${{ github.ref }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Pull LFS Files
|
- name: Pull LFS Files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user