Merge branch 'main' into updatechecker
Some checks failed
Build Documentation and Lint Code / build and lint (pull_request) Failing after 25s
Some checks failed
Build Documentation and Lint Code / build and lint (pull_request) Failing after 25s
This commit is contained in:
commit
4b44db2c9d
1 changed files with 2 additions and 2 deletions
|
@ -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 }}")"
|
||||
|
|
Loading…
Reference in a new issue