Skip to content

Support MInecraft 1.20.2-pre2 (1.20.2 Snapshot) #48

Support MInecraft 1.20.2-pre2 (1.20.2 Snapshot)

Support MInecraft 1.20.2-pre2 (1.20.2 Snapshot) #48

Workflow file for this run

name: Sync to Gitee
on: [push]
jobs:
sync:
if: ${{ github.repository_owner == 'The-Cat-Town-Craft' }}
runs-on: ubuntu-latest
steps:
- name: Checkout the sources
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Sync to Gitee
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: [email protected]:the-cat-town-craft/Carpet-TCTC-Addition.git
ssh_private_key: ${{ secrets.GITEE_SSH_PRIVATE_KEY }}