Skip to content

build(deps): bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0 #61

build(deps): bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0

build(deps): bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0 #61

Workflow file for this run

name: Mirror Repository
on: [push]
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: [email protected]:quinck-io/blaze.git
ssh_private_key: ${{ secrets.GH_SSH_PRIVATE_KEY }}