Skip to content

build(deps): bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0 (#1… #305

build(deps): bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0 (#1…

build(deps): bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0 (#1… #305

Workflow file for this run

name: mirror git repo
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
mirror:
runs-on: ubuntu-latest
if: github.repository_owner == '0xERR0R'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: "https://codeberg.org/0xERR0R/blocky.git"
GIT_USERNAME: 0xERR0R
GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}