Added debug git status.

This commit is contained in:
Alexander Artemenko 2021-02-07 02:56:54 +03:00
parent dfd551bbf6
commit 4a1261cd8a
2 changed files with 13 additions and 7 deletions

View file

@ -38,9 +38,15 @@ runs:
run: |
set -Eeuo pipefail
echo ::group::Upload Docs
echo 'Before upload'
git status
${{ github.action_path }}/upload.ros "$(cat output.dir)"
echo 'After upload'
git status
echo ::endgroup::
env:
GITHUB_TOKEN: ${{ github.token }}

View file

@ -32,10 +32,10 @@ jobs:
- uses: 40ants/cl-info/.github/actions/build-docs@custom-action
with:
asdf-system: cl-info
- name: Start SSH session
uses: luchihoratiu/debug-via-ssh@main
with:
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
NGROK_REGION: eu
SSH_PASS: ${{ secrets.SSH_PASS }}
# - name: Start SSH session
# uses: luchihoratiu/debug-via-ssh@main
# with:
# NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
# NGROK_REGION: eu
# SSH_PASS: ${{ secrets.SSH_PASS }}