Skip to content

cleanup(ccc.oxs.cz): Remove ccc.oxs.cz, I've switched to sikalabs/sig… #2228

cleanup(ccc.oxs.cz): Remove ccc.oxs.cz, I've switched to sikalabs/sig…

cleanup(ccc.oxs.cz): Remove ccc.oxs.cz, I've switched to sikalabs/sig… #2228

Workflow file for this run

name: Push to Gitlab
on: [push]
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
export BRANCH=$(echo $GITHUB_REF | sed 's/refs\/heads\///g')
git remote add gitlab ${{ secrets.REPOSITORY_URL }}
git branch $BRANCH
git push gitlab $BRANCH -f