8000 Update with new problems · dunpyl/Leetcode-Questions@c95c54f · GitHub
[go: up one dir, main page]

Skip to content

Update with new problems #2

Update with new problems

Update with new problems #2

name: Mirror and run GitLab CI
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/sarangbishal/Leetcode-Questions"
env:
FORCE_PUSH: "false"
GITLAB_HOSTNAME: "gitlab.com"
GITLAB_USERNAME: "sarangbishal"
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
GITLAB_PROJECT_ID: "38192142"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0