Skip to content

fixed bugs with crash and expand #7

fixed bugs with crash and expand

fixed bugs with crash and expand #7

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://git.drupalcode.org/project/archive_list_contents"
env:
GITLAB_HOSTNAME: "git.drupal.org"
GITLAB_USERNAME: "project_82535_bot"
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
GITLAB_PROJECT_ID: "82535"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}