We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67584e8 commit 48514dbCopy full SHA for 48514db
.github/workflows/build_master.yml
@@ -100,6 +100,7 @@ jobs:
100
RETRY_COUNT=$((RETRY_COUNT + 1))
101
echo "Push attempt ${RETRY_COUNT}/${MAX_RETRIES}"
102
103
+ cd "${GITHUB_WORKSPACE}"
104
rm -rf /tmp/searchindex-repo /tmp/searchindex-backup
105
git clone https://x-access-token:${TOKEN}@github.com/${TARGET_REPO}.git /tmp/searchindex-repo
106
0 commit comments