Skip to content

🎨 项目结构调整 #99

🎨 项目结构调整

🎨 项目结构调整 #99

Workflow file for this run

name: Sync Repo to GitLab
on:
push
jobs:
sync-gitlab:
runs-on: ubuntu-latest
steps:
- uses: keninkujovic/[email protected]
with:
gitlab_url: ${{ secrets.GITLAB_URL }}
username: ${{ secrets.USERNAME }}
gitlab_pat: ${{ secrets.GITLAB_PAT }}