head_ref
This commit is contained in:
parent
e0cf11b227
commit
163cbe540a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
|
||||
- id: get_branch_name
|
||||
name: Get branch name
|
||||
run: echo "branch_name=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_ENV
|
||||
run: echo "branch_name=$(echo ${GITHUB_HEAD_REF})" >> $GITHUB_ENV
|
||||
|
||||
- id: checkout_branch
|
||||
name: Checkout to branch
|
||||
|
|
|
|||
Loading…
Reference in a new issue