Removed debug info.

This commit is contained in:
Alexander Artemenko 2021-02-07 03:13:21 +03:00
parent 3ebc39835f
commit 0009728a2f

View file

@ -39,14 +39,8 @@ runs:
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 }}