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

This commit is contained in:
2025-10-18 23:55:18 +03:00
parent d1650ed7c2
commit f0cf3ab0a3

View File

@@ -43,7 +43,11 @@ runs:
# - 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 }}"
- run: |
echo "${{ github.action_path }}"
echo "$PYTHONPATH"
export PYTHONPATH=${{ gitea.action_path }}:$PYTHONPATH
echo "$PYTHONPATH"
- run: export PYTHONPATH=${{ gitea.action_path }}:$PYTHONPATH
- run: env
- run: python -m executor git