Skip to content

Removed unzipwalk - now its own package! #36

Removed unzipwalk - now its own package!

Removed unzipwalk - now its own package! #36

Workflow file for this run

name: Mirror this repo to IGB GitLab
on: push
jobs:
github-mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git remote add dest1 https://haukex:${{ secrets.IGBGL_MIRROR_TOKEN }}@gitlab.igb-berlin.de/haukex/igbdatatools.git
- run: git fetch dest1
- run: git push dest1