From 24931c6aa92a1aa08c112a9588764d6de0b56564 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 6 Feb 2025 23:32:33 +0100 Subject: [PATCH] Chore: deploy via forgejo actions (dryrun), retry 2 --- .forgejo/workflows/mapcomplete_edits_en_osm_town.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/mapcomplete_edits_en_osm_town.yml b/.forgejo/workflows/mapcomplete_edits_en_osm_town.yml index 816b58d..4457fbc 100644 --- a/.forgejo/workflows/mapcomplete_edits_en_osm_town.yml +++ b/.forgejo/workflows/mapcomplete_edits_en_osm_town.yml @@ -19,4 +19,4 @@ jobs: - name: Create mapcomplete edits overview shell: bash - run: ts-node src/index.ts -- ./.forgejo/workflows/config/config.json ${{ secrets.MAPCOMPLETE_EDITS_EN_OSM_TOWN }} --dry-run \ No newline at end of file + run: npm run start -- -- ./.forgejo/workflows/config/config.json ${{ secrets.MAPCOMPLETE_EDITS_EN_OSM_TOWN }} --dry-run \ No newline at end of file