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: