Skip to content

Bump actions/upload-artifact from 3 to 4 #3

Bump actions/upload-artifact from 3 to 4

Bump actions/upload-artifact from 3 to 4 #3

Workflow file for this run

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 }}