fix(workflow): more debug echos
This commit is contained in:
parent
c0f076add0
commit
ddd12a020a
1 changed files with 4 additions and 2 deletions
|
@ -30,13 +30,15 @@ jobs:
|
|||
unset GITHUB_TOKEN
|
||||
unset GITLAB_TOKEN
|
||||
|
||||
echo "${{ github.ref_name }}"
|
||||
echo "${{ github.ref }}"
|
||||
echo "${{ github.base_ref }}"
|
||||
echo "$(basename "${{ github.ref }}"))"
|
||||
echo "$(basename "${{ github.base_ref }}"))"
|
||||
|
||||
if [ -n "${{ github.base_ref }}" ]; then
|
||||
release="$(basename "${{ github.base_ref }}")"
|
||||
else
|
||||
release="$(basename "${{ github.ref_name }}")"
|
||||
release="$(basename "${{ github.ref }}")"
|
||||
fi
|
||||
|
||||
echo "${YELLOW}Deploying to ${BLUE}Meli ${YELLOW}on branch ${GREEN}$release${YELLOW}...\n"
|
||||
|
|
Loading…
Reference in a new issue