Skip to content

Merge pull request #538 from markus-wa/hostage #709

Merge pull request #538 from markus-wa/hostage

Merge pull request #538 from markus-wa/hostage #709

Workflow file for this run

name: Mirror
on:
push:
branches:
- master
jobs:
build:
name: Mirror to GitLab
runs-on: ubuntu-latest
steps:
- name: Mirror to GitLab
uses: wearerequired/git-mirror-action@v1.2.0
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
with:
source-repo: 'https://github.com/markus-wa/demoinfocs-golang.git'
destination-repo: 'git@gitlab.com:markus-wa/demoinfocs-golang.git'