From 238311aefb6dad8da1a5a682c2ec623bb9d71b21 Mon Sep 17 00:00:00 2001 From: a1denvalu3 <> Date: Tue, 13 Jan 2026 00:57:20 +0100 Subject: [PATCH] fix typo --- .github/workflows/fetch_georelays.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch_georelays.yml b/.github/workflows/fetch_georelays.yml index 048e97cd..6aaf6693 100644 --- a/.github/workflows/fetch_georelays.yml +++ b/.github/workflows/fetch_georelays.yml @@ -35,7 +35,7 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git add app/src/main/assets/nostr_relays.csv + git add relays/online_relays_gps.csv git commit -m "Automated update of relay data - $(date -u)" git push env: