Update
This commit is contained in:
@@ -35,10 +35,10 @@ runs:
|
||||
steps:
|
||||
- run: pwd
|
||||
- run: ls -la
|
||||
- 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: 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 }}
|
||||
# main: execute.py
|
||||
# post: dist/index.js
|
||||
|
||||
Reference in New Issue
Block a user