Skip to content

feat(ondrej-sika.cz): Create page "Prepare for Azure Kubernetes (AKS)… #2201

feat(ondrej-sika.cz): Create page "Prepare for Azure Kubernetes (AKS)…

feat(ondrej-sika.cz): Create page "Prepare for Azure Kubernetes (AKS)… #2201

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