Skip to content

Don't pause reports automatically when a fact-check is updated. (#1894) #353

Don't pause reports automatically when a fact-check is updated. (#1894)

Don't pause reports automatically when a fact-check is updated. (#1894) #353

Workflow file for this run

name: GitLab Mirror
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wangchucheng/[email protected]
with:
target-url: https://gitlab.com/meedan/check-api.git/
target-username: sonoransun
target-token: ${{ secrets.GITLAB_ACCESS_TOKEN }}