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