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