Skip to content

change checkout to version 4 (#64) #12

change checkout to version 4 (#64)

change checkout to version 4 (#64) #12

Workflow file for this run

name: Mirror to Drupal.org GitLab
on:
push:
branches: [2.x]
tags: '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Mirror + trigger CI
uses: SvanBoxel/gitlab-mirror-and-ci-action@master
with:
args: "https://git.drupalcode.org/project/openseadragon"
env:
FOLLOW_TAGS: "true"
FORCE_PUSH: "false"
GITLAB_HOSTNAME: "git.drupal.org"
GITLAB_USERNAME: "project_46924_bot"
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
GITLAB_PROJECT_ID: "46924"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}