Browse Source

chore: pre-load details in workflow

pull/4488/merge
Daniel Gibbs 1 month ago
parent
commit
6847401b04
  1. 4
      .github/workflows/details-check.yml

4
.github/workflows/details-check.yml

@ -68,6 +68,10 @@ jobs:
else
curl -f -o config "https://raw.githubusercontent.com/GameServerManagers/Game-Server-Configs/main/${{ matrix.shortname }}/${{ steps.sets-servercfgname.outputs.servercfgname }}"
fi
- name: Pre-load LinuxGSM
run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server details
- name: Display config
run: |
if [ "${{ steps.sets-servercfgname.outputs.servercfgname }}" == "" ]; then

Loading…
Cancel
Save