Create main.yml
This commit is contained in:
committed by
GitHub
parent
67f366ce32
commit
45b5c5bc52
11
.github/workflows/main.yml
vendored
Normal file
11
.github/workflows/main.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/Purplebored/My-Personal-Website.git'
|
||||||
|
GIT_USERNAME: purplebored
|
||||||
|
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
|
||||||
Reference in New Issue
Block a user