Skip to content

Commit 604ff78

Browse files
committed
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.
1 parent e798005 commit 604ff78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/details-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
if [ -z "${{ steps.sets-servercfgname.outputs.servercfgname }}" ]; then
5555
echo "This game server has no config file."
5656
else
57-
curl -f -o config "https://raw.githubusercontent.com/GameServerManagers/Game-Server-Configs/rename/${{ matrix.shortname }}/${{ steps.sets-servercfgname.outputs.servercfgname }}"
57+
curl -f -o config "https://raw.githubusercontent.com/GameServerManagers/Game-Server-Configs/main/${{ matrix.shortname }}/${{ steps.sets-servercfgname.outputs.servercfgname }}"
5858
fi
5959
- name: Display config
6060
run: |

0 commit comments

Comments
 (0)