Skip to content

[pre-commit.ci] pre-commit autoupdate #771

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #771

Workflow file for this run

name: mirror
on: [push]
jobs:
mirror:
runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# with:
# fetch-depth: 0
# - uses: yesolutions/mirror-action@master
# with:
# REMOTE: 'https://bitbucket.csiro.au/scm/spice/spiceracs.git'
# GIT_USERNAME: [email protected]
# GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: ssh://[email protected]:7999/spice/arrakis.git
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"
PUSH_ALL_REFS: "false"