Skip to content

3: Add texture support #33

3: Add texture support

3: Add texture support #33

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 }}