Обновить 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: runs:
using: "composite" using: "composite"
env:
PYTHONPATH: ${{ gitea.action_path }}
steps: steps:
- run: env - run: env
- run: pwd - run: pwd
@@ -50,6 +48,9 @@ runs:
# echo "$PYTHONPATH" # echo "$PYTHONPATH"
# - run: export PYTHONPATH=${{ gitea.action_path }}:$PYTHONPATH # - run: export PYTHONPATH=${{ gitea.action_path }}:$PYTHONPATH
- run: env - run: env
- run: python -m executor git - name: Run executor git
run: python -m executor git
env:
PYTHONPATH: ${{ gitea.action_path }}
# main: execute.py # main: execute.py
# post: dist/index.js # post: dist/index.js