Skip to content

Merge pull request #563 from markus-wa/s2-perf-improvements #724

Merge pull request #563 from markus-wa/s2-perf-improvements

Merge pull request #563 from markus-wa/s2-perf-improvements #724

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/[email protected]
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
with:
source-repo: 'https://github.com/markus-wa/demoinfocs-golang.git'
destination-repo: '[email protected]:markus-wa/demoinfocs-golang.git'