This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 287 B View raw
1name: Tangled 2 3on: 4 workflow_dispatch: {} 5 push: 6 branches: 7 - main 8 9jobs: 10 mirror: 11 name: Mirror 12 runs-on: ubuntu-latest 13 steps: 14 - uses: gwennlbh/to-tangled@v0.3 15 with: 16 repo: gwen.works/shapemaker 17 ssh-key: ${{ secrets.TANGLED_KEY }}