Skip to content

Commit

Permalink
♻️ Refactoring code. 修改为手动发布版本
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Jul 13, 2024
1 parent e5979e1 commit f9cf8aa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 55 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/mirror-repository.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Sync Remote Repository

on:
push:
branches:
- master
- jdk_17

jobs:
sync-repo:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://git.pig4cloud.com/pig/CGTM.git'
GIT_USERNAME: lengleng
GIT_PASSWORD: ${{ secrets.GIT_GOGS_PASSWORD }}
55 changes: 0 additions & 55 deletions .github/workflows/update-version.yml

This file was deleted.

0 comments on commit f9cf8aa

Please sign in to comment.