Обновить action.yml
All checks were successful
Test Actions / Builder (push) Successful in 7s

This commit is contained in:
2025-10-19 00:11:37 +03:00
parent 88318596ab
commit 6bb5c40714

View File

@@ -33,17 +33,6 @@ runs:
using: "composite"
steps:
- run: cp ${GITHUB_ACTION_PATH}/gitconfig /root/.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}
# - run: ls -la
# - run: ${{ github.action_path }}/execute.py ${{ github.token }}
# - run: |
# echo "${{ github.action_path }}"
# echo "$PYTHONPATH"
# export PYTHONPATH=${{ gitea.action_path }}:$PYTHONPATH
# echo "$PYTHONPATH"
# - run: export PYTHONPATH=${{ gitea.action_path }}:$PYTHONPATH
- name: Run executor git
run: python -m executor git
env: