Sfoglia il codice sorgente

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.
Daniel Gibbs 3 anni fa
parent
commit
604ff78942
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/details-check.yml

+ 1 - 1
.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: |