Обновить 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: runs:
using: "composite" using: "composite"
# env: env:
# PYTHONPATH: $PYTHONPATH:${{ gitea.action_path }} PYTHONPATH: ${{ gitea.action_path }}
steps: steps:
- run: env - run: env
- run: pwd - run: pwd
@@ -43,12 +43,12 @@ runs:
# - run: git clone ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY} ${PWD} # - run: git clone ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY} ${PWD}
# - run: ls -la # - run: ls -la
- run: ${{ github.action_path }}/execute.py ${{ github.token }} - run: ${{ github.action_path }}/execute.py ${{ github.token }}
- run: | # - run: |
echo "${{ github.action_path }}" # echo "${{ github.action_path }}"
echo "$PYTHONPATH" # echo "$PYTHONPATH"
export PYTHONPATH=${{ gitea.action_path }}:$PYTHONPATH # export PYTHONPATH=${{ gitea.action_path }}:$PYTHONPATH
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 - run: python -m executor git
# main: execute.py # main: execute.py