fix(workflow): you good bro?
This commit is contained in:
parent
8bbe69d78f
commit
a5dc282fc4
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: actions/env@v2
|
- uses: actions/env@v2
|
||||||
- name: Set branch name
|
name: Set branch name
|
||||||
run: echo "BRANCH=$CI_ACTION_REF_NAME_SLUG" >> $GITHUB_ENV
|
run: echo "BRANCH=$CI_ACTION_REF_NAME_SLUG" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
@ -36,11 +36,11 @@ jobs:
|
||||||
unset GITLAB_TOKEN
|
unset GITLAB_TOKEN
|
||||||
|
|
||||||
|
|
||||||
echo "branch = $branch"
|
echo "branch = ${{ BRANCH }}"
|
||||||
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 "github.ref_name = ${{ github.ref_name }}"
|
||||||
echo "(Basename) branch = $(basename "$branch")"
|
echo "(Basename) branch = $(basename "${{ BRANCH }}")"
|
||||||
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 }}")"
|
echo "(Basename) github.ref_name = $(basename "${{ github.ref_name }}")"
|
||||||
|
|
Loading…
Reference in a new issue