Skip to content

Merge pull request #1266 from smart-village-solutions/fix/SVA-1384-fi… #49

Merge pull request #1266 from smart-village-solutions/fix/SVA-1384-fi…

Merge pull request #1266 from smart-village-solutions/fix/SVA-1384-fi… #49

name: openCode mirror
on:
push:
branches:
- master
jobs:
opencode_mirror:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
# Fetch the entire Git history instead of just the last commit
fetch-depth: 0
- name: Pushes to openCode repository
uses: wangchucheng/git-repo-sync@v0.1.0
with:
target-url: ${{ secrets.MIRROR_TARGET_URL }}
target-username: ${{ secrets.MIRROR_TARGET_USERNAME }}
target-token: ${{ secrets.MIRROR_TARGET_TOKEN }}