CV2-3589 add language as a parameter for import_claim_reviews (#1652) #245
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
target-username: sonoransun | |
target-token: ${{ secrets.GITLAB_ACCESS_TOKEN }} |