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
|
||||
- name: Getting variables
|
||||
run: |
|
||||
echo $GITHUB_REF_NAME
|
||||
if test $GITHUB_REF_NAME == "ci" ; then
|
||||
CI_REF_NAME=${{ inputs.ref_name }}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue