Added debug git status.
This commit is contained in:
parent
dfd551bbf6
commit
4a1261cd8a
2 changed files with 13 additions and 7 deletions
8
.github/actions/build-docs/action.yml
vendored
8
.github/actions/build-docs/action.yml
vendored
|
@ -38,9 +38,15 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
echo ::group::Upload Docs
|
echo ::group::Upload Docs
|
||||||
|
|
||||||
|
echo 'Before upload'
|
||||||
|
git status
|
||||||
|
|
||||||
${{ github.action_path }}/upload.ros "$(cat output.dir)"
|
${{ github.action_path }}/upload.ros "$(cat output.dir)"
|
||||||
|
|
||||||
|
echo 'After upload'
|
||||||
|
git status
|
||||||
|
|
||||||
echo ::endgroup::
|
echo ::endgroup::
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
|
|
12
.github/workflows/docs.yml
vendored
12
.github/workflows/docs.yml
vendored
|
@ -32,10 +32,10 @@ jobs:
|
||||||
- uses: 40ants/cl-info/.github/actions/build-docs@custom-action
|
- uses: 40ants/cl-info/.github/actions/build-docs@custom-action
|
||||||
with:
|
with:
|
||||||
asdf-system: cl-info
|
asdf-system: cl-info
|
||||||
- name: Start SSH session
|
# - name: Start SSH session
|
||||||
uses: luchihoratiu/debug-via-ssh@main
|
# uses: luchihoratiu/debug-via-ssh@main
|
||||||
with:
|
# with:
|
||||||
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
|
# NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
|
||||||
NGROK_REGION: eu
|
# NGROK_REGION: eu
|
||||||
SSH_PASS: ${{ secrets.SSH_PASS }}
|
# SSH_PASS: ${{ secrets.SSH_PASS }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue