This commit is contained in:
2025-03-30 04:33:19 +03:00
parent 3fb045c2c4
commit 09a3c8db8a

View File

@@ -35,7 +35,8 @@ runs:
steps:
- run: pwd
- run: ls -la
- run: git config --global url."https://${INPUT_TOKEN2}:x-oauth-basic@codex.r10x.net/".insteadOf "${GITHUB_SERVER_URL}/"
- 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}
- run: ls -la
- run: ${{ github.action_path }}/execute.py ${{ github.token }}