Skip to content

chore(deps-dev): bump eslint-plugin-jsdoc from 46.2.1 to 46.2.4 (#1352) #466

chore(deps-dev): bump eslint-plugin-jsdoc from 46.2.1 to 46.2.4 (#1352)

chore(deps-dev): bump eslint-plugin-jsdoc from 46.2.1 to 46.2.4 (#1352) #466

Workflow file for this run

name: Mirror and run GitLab CI
on:
push:
branches: [main]
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Mirror + trigger CI
uses: SvanBoxel/gitlab-mirror-and-ci-action@da9671d8dedf7a7c8a663b0f6332462157ca07fd
with:
args: 'https://gitlab.com/ffflorian/api-clients.git'
env:
FORCE_PUSH: true
GITLAB_HOSTNAME: 'gitlab.com'
GITLAB_USERNAME: 'ffflorian'
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
GITLAB_PROJECT_ID: '12704101'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}