mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
Compare commits
No commits in common. "21cae07a9bd65a427f821aa44a8104b2c70dfce2" and "a939883bef90929f89f0dc206a717b53108810f0" have entirely different histories.
21cae07a9b
...
a939883bef
1 changed files with 0 additions and 13 deletions
13
.github/workflows/mirror.yml
vendored
13
.github/workflows/mirror.yml
vendored
|
|
@ -1,13 +0,0 @@
|
||||||
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