Skip to content

Update my_list.json #88

Update my_list.json

Update my_list.json #88

Workflow file for this run

name: Push To GitLab
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Mirror + trigger CI
uses: SvanBoxel/gitlab-mirror-and-ci-action@master
with:
args: "https://gitlab.com/yasserbdj96/MML"
env:
FORCE_PUSH: "false"
GITLAB_HOSTNAME: "gitlab.com"
GITLAB_USERNAME: "yasserbdj96"
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}