Skip to content

🐞 fix(user): name changes #8

🐞 fix(user): name changes

🐞 fix(user): name changes #8

Workflow file for this run

name: Push to GitLab
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.3
- name: Push to GitLab
env:
GITLAB_REPO: ${{ secrets.GITLAB_REPO }}
GITLAB_USERNAME: ${{ secrets.GITLAB_USERNAME }}
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
run: |
git remote add gitlab https://gitlab.com/snigdhaos/snigdhaos-arctic.git
git push gitlab master