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

This commit is contained in:
2025-10-19 00:03:12 +03:00
parent f0cf3ab0a3
commit e1a38267ed

View File

@@ -31,8 +31,8 @@ outputs:
runs:
using: "composite"
# env:
# PYTHONPATH: $PYTHONPATH:${{ gitea.action_path }}
env:
PYTHONPATH: ${{ gitea.action_path }}
steps:
- run: env
- run: pwd
@@ -43,12 +43,12 @@ 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 }}"
echo "$PYTHONPATH"
export PYTHONPATH=${{ gitea.action_path }}:$PYTHONPATH
echo "$PYTHONPATH"
- run: export PYTHONPATH=${{ gitea.action_path }}:$PYTHONPATH
# - 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
# main: execute.py