Skip to content

Support Minecraft 1.20.1 #105

Support Minecraft 1.20.1

Support Minecraft 1.20.1 #105

name: Sync to GitLab
on: [push]
jobs:
sync:
if: ${{ github.repository_owner == 'Hendrix-Shen' }}
runs-on: ubuntu-latest
steps:
- name: Checkout the sources
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Sync to GitLab
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: git@gitlab.com:Hendrix-Shen/Tweak-My-Client.git
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}