This commit is contained in:
2025-03-30 05:26:36 +03:00
parent 3b0b2dea8a
commit 6bc931cfd3
2 changed files with 3 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ runs:
steps:
- run: pwd
- run: ls -la
- run: cp 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}

2
gitconfig Normal file
View File

@@ -0,0 +1,2 @@
[core]
filemode = true