mirror of https://github.com/docker/docs.git
ci(validate-upstream): use ref name
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
77d8a04c18
commit
86e810c6d8
|
@ -47,7 +47,7 @@ jobs:
|
|||
remote['repo'] = "${{ github.event.pull_request.head.repo.html_url }}";
|
||||
remote['ref'] = "${{ github.event.pull_request.head.ref }}"
|
||||
} else {
|
||||
remote['ref'] = "${{ github.ref }}";
|
||||
remote['ref'] = "${{ github.ref_name }}";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue