MastodonBot/.forgejo/workflows/mapcomplete_edits_en_osm_town.yml

22 lines
563 B
YAML
Raw Normal View History

on: [ push ]
jobs:
mapcomplete_edits_en_osm_town:
runs-on: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "20"
cache: "npm"
cache-dependency-path: package-lock.json
- name: install deps
run: npm ci
shell: bash
- name: Create mapcomplete edits overview
shell: bash
run: npm run start -- ./.forgejo/workflows/config/config.json ${{ secrets.MAPCOMPLETE_EDITS_EN_OSM_TOWN }}