This commit is contained in:
11
action.yml
11
action.yml
@@ -33,17 +33,6 @@ runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- run: cp ${GITHUB_ACTION_PATH}/gitconfig /root/.gitconfig
|
||||
# - run: git config --global "url.https://${ACTIONS_RUNTIME_TOKEN}:x-oauth-basic@codex.r10x.net/.insteadOf" "${GITHUB_SERVER_URL}/"
|
||||
# - run: git config list --global
|
||||
# - run: git clone ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY} ${PWD}
|
||||
# - run: ls -la
|
||||
# - run: ${{ github.action_path }}/execute.py ${{ github.token }}
|
||||
# - run: |
|
||||
# echo "${{ github.action_path }}"
|
||||
# echo "$PYTHONPATH"
|
||||
# export PYTHONPATH=${{ gitea.action_path }}:$PYTHONPATH
|
||||
# echo "$PYTHONPATH"
|
||||
# - run: export PYTHONPATH=${{ gitea.action_path }}:$PYTHONPATH
|
||||
- name: Run executor git
|
||||
run: python -m executor git
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user