Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

ci: remove daily testing trigger jobs #9

ci: remove daily testing trigger jobs

ci: remove daily testing trigger jobs #9

Workflow file for this run

name: GitlabSync
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: ${{ secrets.TARGET_URL }}
target-username: ${{ secrets.TARGET_USERNAME }}
target-token: ${{ secrets.TARGET_TOKEN }}