Merge branch 'main' into updatechecker
Some checks failed
Build Documentation and Lint Code / build and lint (pull_request) Failing after 24s
Some checks failed
Build Documentation and Lint Code / build and lint (pull_request) Failing after 24s
This commit is contained in:
commit
50410d3c08
1 changed files with 2 additions and 0 deletions
|
@ -32,8 +32,10 @@ jobs:
|
||||||
|
|
||||||
echo "github.ref = ${{ github.ref }}"
|
echo "github.ref = ${{ github.ref }}"
|
||||||
echo "github.base_ref = ${{ github.base_ref }}"
|
echo "github.base_ref = ${{ github.base_ref }}"
|
||||||
|
echo "github.ref_name = ${{ github.ref_name }}"
|
||||||
echo "(Basename) github.ref = $(basename "${{ github.ref }}")"
|
echo "(Basename) github.ref = $(basename "${{ github.ref }}")"
|
||||||
echo "(Basename) github.base_ref = $(basename "${{ github.base_ref }}")"
|
echo "(Basename) github.base_ref = $(basename "${{ github.base_ref }}")"
|
||||||
|
echo "(Basename) github.ref_name = $(basename "${{ github.ref_name }}")"
|
||||||
|
|
||||||
if [ -n "${{ github.base_ref }}" ]; then
|
if [ -n "${{ github.base_ref }}" ]; then
|
||||||
release="$(basename "${{ github.base_ref }}")"
|
release="$(basename "${{ github.base_ref }}")"
|
||||||
|
|
Loading…
Reference in a new issue