From 5e20ea32a9c9fdbd85bc7d193bcec268f8d1a1cc Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 6 Feb 2025 23:35:18 +0100 Subject: [PATCH] Chore: deploy via forgejo actions: disable dry run --- .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 38d743c..d46d650 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: npm run start -- ./.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 }} \ No newline at end of file