ci(validate-upstream): use ref name

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-11-10 15:03:32 +01:00
parent 77d8a04c18
commit 86e810c6d8
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}";
}
}