Skip to content

Delete .cicada directory #2

Delete .cicada directory

Delete .cicada directory #2

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: git@git.sr.ht:~jamesaorson/${{ github.event.repository.name }}
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}