Skip to content

update protos + add support for DEM_Recovery command #744

update protos + add support for DEM_Recovery command

update protos + add support for DEM_Recovery command #744

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'