Browse Source

feat: Update details-check.yml to use main branch for Game-Server-Configs

The code changes update the details-check.yml file to use the main branch instead of the rename branch for Game-Server-Configs. This ensures that the correct config file is downloaded for game servers.
pull/4245/head
Daniel Gibbs 2 years ago
parent
commit
604ff78942
  1. 2
      .github/workflows/details-check.yml

2
.github/workflows/details-check.yml

@ -54,7 +54,7 @@ jobs:
if [ -z "${{ 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/rename/${{ matrix.shortname }}/${{ steps.sets-servercfgname.outputs.servercfgname }}"
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: |

Loading…
Cancel
Save