We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2000036 commit 6847401Copy full SHA for 6847401
.github/workflows/details-check.yml
@@ -68,6 +68,10 @@ jobs:
68
else
69
curl -f -o config "https://raw.githubusercontent.com/GameServerManagers/Game-Server-Configs/main/${{ matrix.shortname }}/${{ steps.sets-servercfgname.outputs.servercfgname }}"
70
fi
71
+
72
+ - name: Pre-load LinuxGSM
73
+ run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server details
74
75
- name: Display config
76
run: |
77
if [ "${{ steps.sets-servercfgname.outputs.servercfgname }}" == "" ]; then
0 commit comments