Skip to content

add list oauth providers #29

add list oauth providers

add list oauth providers #29

Workflow file for this run

name: Mirroring
on: [push, delete]
jobs:
to_gitlab:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: git remote add mirror ${{ secrets.INPUT_TARGET_REPO_URL }} || true
- run: git push --tags --force --prune mirror "refs/remotes/origin/*:refs/heads/*"