Skip to content

Merge pull request #208 from timcallow/warnings_improve #152

Merge pull request #208 from timcallow/warnings_improve

Merge pull request #208 from timcallow/warnings_improve #152

Workflow file for this run

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/mirror-action@v0.6.0
with:
REMOTE: 'ssh://git@github.com/casus/atoMEC.git'
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"
DEBUG: "true"