Commit 69659c08 authored by Sparkf's avatar Sparkf 🏙️
Browse files

fix repo url in github actions

parent 250eb13e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ jobs:
      run: |
        mkdir -p /tmp/tmp_push2
        cd /tmp/tmp_push2
        git clone --bare https://github.com/SUSTech-CRA/sustech-master-thesis.git this_repo
        git clone --bare https://github.com/SUSTech-CRA/sustech-online-ng.git this_repo
        cd this_repo
        git push --force --mirror "https://${USER}:${PERSONAL_TOKEN}@${REPO_URL}"
      env: