Skip to content

added args

added args #38

Workflow file for this run

name: "mirror"
on:
push:
branches:
- main
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
git remote add remote-repo https://github:${{secrets.GITLAB}}@epos-ci.brgm.fr/epos/opensource-docker.git
git fetch --unshallow
git checkout -b opensource-patch
git push remote-repo opensource-patch