Skip to content

Update to node 22 (#189) #36

Update to node 22 (#189)

Update to node 22 (#189) #36

Workflow file for this run

name: Mirror
on:
push:
branches:
- main
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 }}