Skip to content

Type fix

Type fix #797

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: tho822@csiro.au
# GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: ssh://git@bitbucket.csiro.au:7999/spice/arrakis.git
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"
PUSH_ALL_REFS: "false"