chore: update Go module path to github.com/metamorphosis-dev/kafka
Module path now matches the GitHub mirror location. All internal imports updated across 35+ files.
This commit is contained in:
parent
9a6a40c817
commit
6346fb7155
36 changed files with 70 additions and 47 deletions
23
.forgejo/workflows/mirror.yml
Normal file
23
.forgejo/workflows/mirror.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
name: Mirror to GitHub
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
tags: ['v*']
|
||||
|
||||
jobs:
|
||||
mirror:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Push to GitHub mirror
|
||||
uses: https://github.com/ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ secrets.GH_MIRROR_TOKEN }}
|
||||
repository: metamorphosis-dev/gosearch
|
||||
branch: ${{ github.ref_name }}
|
||||
force: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue