fix(workflow): fixed debugging echos
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 22s
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 22s
This commit is contained in:
parent
ddd12a020a
commit
9323d77059
1 changed files with 4 additions and 4 deletions
|
@ -30,10 +30,10 @@ jobs:
|
|||
unset GITHUB_TOKEN
|
||||
unset GITLAB_TOKEN
|
||||
|
||||
echo "${{ github.ref }}"
|
||||
echo "${{ github.base_ref }}"
|
||||
echo "$(basename "${{ github.ref }}"))"
|
||||
echo "$(basename "${{ github.base_ref }}"))"
|
||||
echo "github.ref = ${{ github.ref }}"
|
||||
echo "github.base_ref = ${{ github.base_ref }}"
|
||||
echo "(Basename) github.ref = $(basename "${{ github.ref }}")"
|
||||
echo "(Basename) github.base_ref = $(basename "${{ github.base_ref }}")"
|
||||
|
||||
if [ -n "${{ github.base_ref }}" ]; then
|
||||
release="$(basename "${{ github.base_ref }}")"
|
||||
|
|
Loading…
Reference in a new issue