Skip to content

Update dependency com.google.code.gson:gson to v2.11.0 (#65) #224

Update dependency com.google.code.gson:gson to v2.11.0 (#65)

Update dependency com.google.code.gson:gson to v2.11.0 (#65) #224

Workflow file for this run

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