Echo $CI_REF_NAME
This commit is contained in:
parent
50c83091ec
commit
ff70a01c30
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ jobs:
|
||||||
git checkout $DEPOT_TOOLS_VER
|
git checkout $DEPOT_TOOLS_VER
|
||||||
- name: Getting variables
|
- name: Getting variables
|
||||||
run: |
|
run: |
|
||||||
|
echo $GITHUB_REF_NAME
|
||||||
if test $GITHUB_REF_NAME == "ci" ; then
|
if test $GITHUB_REF_NAME == "ci" ; then
|
||||||
CI_REF_NAME=${{ inputs.ref_name }}
|
CI_REF_NAME=${{ inputs.ref_name }}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue