mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
Compare commits
2 commits
a939883bef
...
21cae07a9b
| Author | SHA1 | Date | |
|---|---|---|---|
| 21cae07a9b | |||
| 5af611502a |
1 changed files with 13 additions and 0 deletions
13
.github/workflows/mirror.yml
vendored
Normal file
13
.github/workflows/mirror.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
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://codeberg.org/mdcms/mdcms.git'
|
||||||
|
GIT_USERNAME: kbenestad
|
||||||
|
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD_CODEBERG }}
|
||||||
Loading…
Reference in a new issue