diff --git a/action.yml b/action.yml index 6685c76..7633a77 100644 --- a/action.yml +++ b/action.yml @@ -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}