Skip to content

Part of https://github.com/OpenHistoricalMap/issues/issues/786, adjus… #8

Part of https://github.com/OpenHistoricalMap/issues/issues/786, adjus…

Part of https://github.com/OpenHistoricalMap/issues/issues/786, adjus… #8

name: OHM Upstream Sync
on:
schedule:
- cron: "20 5,17 * * *"
workflow_dispatch:
jobs:
upstream-sync:
name: Upstream Sync
permissions:
contents: write
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: ./scripts
steps:
- name: Check out the repository to the runner
uses: actions/checkout@v4
- name: Make the script files executable
run: chmod +x upstream_sync.sh
- name: Run sync script
uses: upstream_sync.sh