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

This commit is contained in:
2025-10-19 00:05:32 +03:00
parent e1a38267ed
commit 8433e0907a

View File

@@ -31,8 +31,6 @@ outputs:
runs:
using: "composite"
env:
PYTHONPATH: ${{ gitea.action_path }}
steps:
- run: env
- run: pwd
@@ -50,6 +48,9 @@ runs:
# echo "$PYTHONPATH"
# - run: export PYTHONPATH=${{ gitea.action_path }}:$PYTHONPATH
- run: env
- run: python -m executor git
- name: Run executor git
run: python -m executor git
env:
PYTHONPATH: ${{ gitea.action_path }}
# main: execute.py
# post: dist/index.js