diff --git a/action.yml b/action.yml index 73876d5..ad64f45 100644 --- a/action.yml +++ b/action.yml @@ -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