fix(workflow): fixed missing env.
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 22s

This commit is contained in:
Seaswimmer 2024-01-07 12:41:08 +00:00
parent 17dc9c169a
commit 22e20abe1f
Signed by: cswimr
GPG key ID: D74DDDDF420E13DF

View file

@ -36,11 +36,11 @@ jobs:
unset GITLAB_TOKEN
echo "branch = ${{ BRANCH }}"
echo "branch = ${{ env.BRANCH }}"
echo "github.ref = ${{ github.ref }}"
echo "github.base_ref = ${{ github.base_ref }}"
echo "github.ref_name = ${{ github.ref_name }}"
echo "(Basename) branch = $(basename "${{ BRANCH }}")"
echo "(Basename) branch = $(basename "${{ env.BRANCH }}")"
echo "(Basename) github.ref = $(basename "${{ github.ref }}")"
echo "(Basename) github.base_ref = $(basename "${{ github.base_ref }}")"
echo "(Basename) github.ref_name = $(basename "${{ github.ref_name }}")"