Create mirror.yml.
This commit is contained in:
parent
5889c4eaa2
commit
1b9c7c5c47
1 changed files with 4 additions and 4 deletions
8
.github/workflows/mirror.yml
vendored
8
.github/workflows/mirror.yml
vendored
|
@ -15,8 +15,8 @@ jobs:
|
|||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.ACTIONS_SSH_KEY }}
|
||||
with:
|
||||
source-repo: "git@github.com:batuhan-basoglu/batuhan-basoglu.git"
|
||||
destination-repo: "git@gitlab.com:batuhan-basoglu/batuhan-basoglu.git"
|
||||
source-repo: "git@github.com:batuhan-basoglu/Sam-s-Mart-Website-Alternative.git"
|
||||
destination-repo: "git@gitlab.com:batuhan-basoglu/Sam-s-Mart-Website-Alternative.git"
|
||||
|
||||
codeberg:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -26,5 +26,5 @@ jobs:
|
|||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.ACTIONS_SSH_KEY }}
|
||||
with:
|
||||
source-repo: "git@github.com:batuhan-basoglu/batuhan-basoglu.git"
|
||||
destination-repo: "git@codeberg.org:batuhan-basoglu/batuhan-basoglu.git"
|
||||
source-repo: "git@github.com:batuhan-basoglu/Sam-s-Mart-Website-Alternative.git"
|
||||
destination-repo: "git@codeberg.org:batuhan-basoglu/Sam-s-Mart-Website-Alternative.git"
|
||||
|
|
Loading…
Reference in a new issue