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

This commit is contained in:
2025-10-19 00:06:41 +03:00
parent 8433e0907a
commit 49a26f2a63

View File

@@ -32,22 +32,18 @@ outputs:
runs:
using: "composite"
steps:
- run: env
- run: pwd
- run: ls -la
- 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: ${{ 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
- run: env
- name: Run executor git
run: python -m executor git
env: