Sync To Gitee and Coding (ScoopInstaller) #358
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync To Gitee and Coding (ScoopInstaller) | |
on: | |
watch: | |
types: [started] | |
schedule: | |
- cron: "0 19 * * *" | |
jobs: | |
SyncToGitee: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Sync Scoop | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:ScoopInstaller/Scoop.git" | |
destination-repo: "[email protected]:ScoopInstaller_Mirrors/Scoop.git" | |
- name: Sync Main | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:ScoopInstaller/Main.git" | |
destination-repo: "[email protected]:ScoopInstaller_Mirrors/Main.git" | |
- name: Sync Extras | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:ScoopInstaller/Extras.git" | |
destination-repo: "[email protected]:ScoopInstaller_Mirrors/Extras.git" | |
- name: Sync Versions | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:ScoopInstaller/Versions.git" | |
destination-repo: "[email protected]:ScoopInstaller_Mirrors/Versions.git" | |
- name: Sync Nirsoft | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:ScoopInstaller/Nirsoft.git" | |
destination-repo: "[email protected]:ScoopInstaller_Mirrors/Nirsoft.git" | |
- name: Sync PHP | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:ScoopInstaller/PHP.git" | |
destination-repo: "[email protected]:ScoopInstaller_Mirrors/PHP.git" | |
- name: Sync Nonportable | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:ScoopInstaller/Nonportable.git" | |
destination-repo: "[email protected]:ScoopInstaller_Mirrors/Nonportable.git" | |
- name: Sync Java | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:ScoopInstaller/Java.git" | |
destination-repo: "[email protected]:ScoopInstaller_Mirrors/Java.git" | |
- name: Sync Tests | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:ScoopInstaller/Tests.git" | |
destination-repo: "[email protected]:ScoopInstaller_Mirrors/Tests.git" | |
- name: Sync Games | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:Calinou/scoop-games.git" | |
destination-repo: "[email protected]:ScoopInstaller_Mirrors/Games.git" | |
- name: Sync Sysinternals | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:niheaven/scoop-sysinternals.git" | |
destination-repo: "[email protected]:ScoopInstaller_Mirrors/Sysinternals.git" | |
- name: Sync Nerd-fonts | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:matthewjberger/scoop-nerd-fonts.git" | |
destination-repo: "[email protected]:ScoopInstaller_Mirrors/Nerd-fonts.git" | |
SyncToCoding: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Sync Scoop | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.CODING_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:ScoopInstaller/Scoop.git" | |
destination-repo: "[email protected]:huiaei/ScoopInstaller_Mirrors/Scoop.git" | |
- name: Sync Main | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.CODING_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:ScoopInstaller/Main.git" | |
destination-repo: "[email protected]:huiaei/ScoopInstaller_Mirrors/Main.git" | |
- name: Sync Extras | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.CODING_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:ScoopInstaller/Extras.git" | |
destination-repo: "[email protected]:huiaei/ScoopInstaller_Mirrors/Extras.git" | |
- name: Sync Versions | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.CODING_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:ScoopInstaller/Versions.git" | |
destination-repo: "[email protected]:huiaei/ScoopInstaller_Mirrors/Versions.git" | |
- name: Sync Nirsoft | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.CODING_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:ScoopInstaller/Nirsoft.git" | |
destination-repo: "[email protected]:huiaei/ScoopInstaller_Mirrors/Nirsoft.git" | |
- name: Sync PHP | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.CODING_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:ScoopInstaller/PHP.git" | |
destination-repo: "[email protected]:huiaei/ScoopInstaller_Mirrors/PHP.git" | |
- name: Sync Nonportable | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.CODING_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:ScoopInstaller/Nonportable.git" | |
destination-repo: "[email protected]:huiaei/ScoopInstaller_Mirrors/Nonportable.git" | |
- name: Sync Java | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.CODING_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:ScoopInstaller/Java.git" | |
destination-repo: "[email protected]:huiaei/ScoopInstaller_Mirrors/Java.git" | |
- name: Sync Tests | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.CODING_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:ScoopInstaller/Tests.git" | |
destination-repo: "[email protected]:huiaei/ScoopInstaller_Mirrors/Tests.git" | |
- name: Sync Games | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.CODING_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:Calinou/scoop-games.git" | |
destination-repo: "[email protected]:huiaei/ScoopInstaller_Mirrors/Games.git" | |
- name: Sync Sysinternals | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.CODING_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:niheaven/scoop-sysinternals.git" | |
destination-repo: "[email protected]:huiaei/ScoopInstaller_Mirrors/Sysinternals.git" | |
- name: Sync Nerd-fonts | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.CODING_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:matthewjberger/scoop-nerd-fonts.git" | |
destination-repo: "[email protected]:huiaei/ScoopInstaller_Mirrors/Nerd-fonts.git" |