Commit 15ac4751 authored by liziwl's avatar liziwl
Browse files

fix action

parent 02a92eb9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ jobs:
        cd this_repo
        git push --force --mirror "https://${USER}:${PERSONAL_TOKEN}@${REMOTE_REPO_URL}"
      env:
        USER: project_160_bot
        PERSONAL_TOKEN: ${{ secrets.GITLAB_PERSONAL_TOKEN }}
        USER: ${{ secrets.SUSTECH_GITLAB_SYNC_USER }}
        PERSONAL_TOKEN: ${{ secrets.SUSTECH_GITLAB_SYNC_TOKEN }}
        GITHUB_REPO_URL: https://github.com/SUSTech-CRA/sustech-master-thesis.git
        REMOTE_REPO_URL: "mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis.git"