This commit is contained in:
NianBroken
2024-02-13 19:11:53 +08:00 Unverified
parent deec5a93fc
commit 7a1a9ebf37
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
run: |
REPO_NAME="NianBroken/ZFCheckScores"
REPO_URL="https://github.com/$REPO_NAME.git"
echo "Repo Url: $$REPO_URL"
echo "Repo Url: $REPO_URL"
git remote add upstream "$REPO_URL"
git fetch upstream main