Daniel Gibbs
2 years ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
2 additions and
2 deletions
-
.github/workflows/details-check.yml
|
|
@ -59,14 +59,14 @@ jobs: |
|
|
|
|
|
|
|
- name: Download config |
|
|
|
run: | |
|
|
|
if [ "${{ steps.sets-servercfgname.outputs.servercfgname }}" == "servercfgname=" ]; then |
|
|
|
if [ "${{ steps.sets-servercfgname.outputs.servercfgname }}" == "" ]; then |
|
|
|
echo "This game server has no config file." |
|
|
|
else |
|
|
|
curl -f -o config "https://raw.githubusercontent.com/GameServerManagers/Game-Server-Configs/main/${{ matrix.shortname }}/${{ steps.sets-servercfgname.outputs.servercfgname }}" |
|
|
|
fi |
|
|
|
- name: Display config |
|
|
|
run: | |
|
|
|
if [ "${{ steps.sets-servercfgname.outputs.servercfgname }}" == "servercfgname=" ]; then |
|
|
|
if [ "${{ steps.sets-servercfgname.outputs.servercfgname }}" == "" ]; then |
|
|
|
echo "This game server has no config file." |
|
|
|
else |
|
|
|
cat config |
|
|
|