Skip to content

Commit

Permalink
CI: auto sync to LUG git
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinglee committed May 31, 2023
1 parent 6a9fa48 commit 3900c0d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/sync-lug-git.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Sync to LUG git

on:
push:
branches:
- master

jobs:
sync:
name: Sync
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v3

- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://git.lug.ustc.edu.cn/ustctug/ustcthesis.git'
GIT_USERNAME: ${{ secrets.GIT_LUG_USERNAME }}
GIT_PASSWORD: ${{ secrets.GIT_LUG_PASSWORD }}

0 comments on commit 3900c0d

Please sign in to comment.