Skip to content

Bump version: 1.1.0 → 1.2.0 #597

Bump version: 1.1.0 → 1.2.0

Bump version: 1.1.0 → 1.2.0 #597

name: mirror
on: [push, delete]
jobs:
mirror-to-CASUS:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: mirror-repository
uses: spyoungtech/[email protected]
with:
REMOTE: 'ssh://[email protected]/casus/mala.git'
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"
DEBUG: "true"