Skip to content

3: Fix paths

3: Fix paths #35

Workflow file for this run

name: Mirror
on:
push:
branches:
- '*'
workflow_dispatch:
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: jamesaorson/composite-git-mirror@main
with:
target-git-url: [email protected]:~jamesaorson/openwomb
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}