add github action to mirror repository to Gitea
This commit is contained in:
parent
1198ddf7dc
commit
d64c10d9d7
14
.github/workflows/main.yml
vendored
Normal file
14
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: Mirror to Gitea
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
mirror:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- uses: yesolutions/mirror-action@master
|
||||||
|
with:
|
||||||
|
REMOTE: 'https://git.cuqmbr.xyz/cuqmbr/auto.bus_razor.git'
|
||||||
|
GIT_USERNAME: cuqmbr
|
||||||
|
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
|
Loading…
Reference in New Issue
Block a user