Skip to content

config(dgwk24): Configure Winterkongress 2024 event #266

config(dgwk24): Configure Winterkongress 2024 event

config(dgwk24): Configure Winterkongress 2024 event #266

Workflow file for this run

name: Mirroring
on:
workflow_dispatch:
pull_request:
branches: [ master ]
jobs:
lint-and-mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: PHP Lint
uses: michaelw90/PHP-Lint@2.1.0
- name: Mirror to VOC gitolite
uses: pixta-dev/repository-mirroring-action@v1.1.1
with:
target_repo_url:
git@git.c3voc.de:streaming-website.git
ssh_private_key:
${{ secrets.SSH_PRIVATE_KEY }}