Skip to content

Sync with upstream #130

Sync with upstream

Sync with upstream #130

Workflow file for this run

name: Sync with upstream
on:
schedule:
- cron: '0 */6 * * *'
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Sync fork with upstream
uses: aormsby/Fork-Sync-With-Upstream-action@v3.4
with:
upstream_sync_repo: digitalmethodsinitiative/zeeschuimer
upstream_sync_branch: master
target_sync_branch: master
target_repo_token: ${{ secrets.GITHUB_TOKEN }}