Skip to content
Snippets Groups Projects
Unverified Commit 28d866ef authored by Tim Haase's avatar Tim Haase
Browse files

Add git-sync workflow to mirror repository

parent 695f9950
No related branches found
No related tags found
No related merge requests found
on: push
jobs:
git-sync:
runs-on: ubuntu-latest
steps:
- name: git-sync
uses: wei/git-sync@v3
with:
source_repo: "lepus2589/LoadStaticSharedTargets"
source_branch: "refs/remotes/source/*:refs/tags/*"
destination_repo: "${{ secrets.MIRROR_DESTINATION_REPO_URL }}"
destination_branch: "refs/heads/*:refs/tags/*"
destination_ssh_private_key: ${{ secrets.DESTINATION_SSH_PRIVATE_KEY }}
.*
!.gitignore
!.gitattributes
!.github/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment