This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user