Skip to content

fix another POV crash #705

fix another POV crash

fix another POV crash #705

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'