This commit is contained in:
2025-03-30 05:28:44 +03:00
parent 2abbe7ddb7
commit 3c565133eb

View File

@@ -35,7 +35,7 @@ runs:
- run: env
- run: pwd
- run: ls -la
- run: cp gitconfig /etc/gitconfig
- run: cp ${GITHUB_ACTION_PATH}/gitconfig /etc/gitconfig
# - run: git config --global "url.https://${ACTIONS_RUNTIME_TOKEN}:x-oauth-basic@codex.r10x.net/.insteadOf" "${GITHUB_SERVER_URL}/"
# - run: git config list --global
# - run: git clone ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY} ${PWD}