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

This commit is contained in:
2025-10-18 23:38:15 +03:00
parent 2e414e98f0
commit d1650ed7c2

View File

@@ -44,7 +44,7 @@ runs:
# - run: ls -la
- run: ${{ github.action_path }}/execute.py ${{ github.token }}
- run: echo "${{ github.action_path }}"
- run: export PYTHONPATH=$PYTHONPATH:${{ gitea.action_path }}
- run: export PYTHONPATH=${{ gitea.action_path }}:$PYTHONPATH
- run: env
- run: python -m executor git
# main: execute.py