From a6f1bc9bce4e8f7a334bf6adada507d7e02ecc3a Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 19 Mar 2024 14:12:27 -0400 Subject: [PATCH] Im an idiot --- .github/workflows/update-services.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-services.yml b/.github/workflows/update-services.yml index e4979ca0..b28f8973 100644 --- a/.github/workflows/update-services.yml +++ b/.github/workflows/update-services.yml @@ -42,7 +42,7 @@ jobs: echo -e "$services" >> ./SERVICES.md games="" - for file in ./services-available/games*.yml; do + for file in ./services-available/games/*.yml; do service_name=$(basename "$file" .yml) service_link=$(sed -n '/^# \+https/p' "$file" | sed 's/^#\s*//g' | head -n 1) description=$(sed -n 's/^# \+description: //p' "$file" | head -n 1)