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/[email protected]
- name: Mirror to VOC gitolite
uses: pixta-dev/[email protected]
with:
target_repo_url:
[email protected]:streaming-website.git
ssh_private_key:
${{ secrets.SSH_PRIVATE_KEY }}