mirror of
https://github.com/driftywinds/YT-builds.git
synced 2025-12-19 04:23:32 +00:00
Create github-codeberg.yml
This commit is contained in:
11
.github/workflows/github-codeberg.yml
vendored
Normal file
11
.github/workflows/github-codeberg.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
on: [push]
|
||||||
|
...
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- uses: yesolutions/mirror-action@master
|
||||||
|
with:
|
||||||
|
REMOTE: 'https://codeberg.org/driftywinds/yt-builds.git'
|
||||||
|
GIT_USERNAME: driftywinds
|
||||||
|
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
|
||||||
Reference in New Issue
Block a user