Skip to content

Commit 6847401

Browse files
committed
chore: pre-load details in workflow
1 parent 2000036 commit 6847401

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/details-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
else
6969
curl -f -o config "https://raw.githubusercontent.com/GameServerManagers/Game-Server-Configs/main/${{ matrix.shortname }}/${{ steps.sets-servercfgname.outputs.servercfgname }}"
7070
fi
71+
72+
- name: Pre-load LinuxGSM
73+
run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server details
74+
7175
- name: Display config
7276
run: |
7377
if [ "${{ steps.sets-servercfgname.outputs.servercfgname }}" == "" ]; then

0 commit comments

Comments
 (0)