Merge pull request #607 from markus-wa/stop-cmd #768
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |