mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-06-11 00:53:14 +00:00
feat: add GITHUB_REF_NAME env var
GITHUB_REF_NAME will contain the reference name (branch or tag) - based on GITHUB_HEAD_REF in a pull-request event context, - based on GITHUB_REF in others event contexts.
This commit is contained in:
committed by
GitHub
parent
b71a8a1cbc
commit
12a7510630
2
.github/workflows/release-dryrun.yml
vendored
2
.github/workflows/release-dryrun.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
with:
|
||||
branches: |
|
||||
[
|
||||
"${{ env.GITHUB_REF_SLUG }}"
|
||||
"${{ env.GITHUB_REF_NAME }}"
|
||||
]
|
||||
dry_run: true
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user