We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0602e94 commit d272754Copy full SHA for d272754
.github/actions/extract-branch/action.yml
@@ -16,7 +16,7 @@ runs:
16
script: |
17
return (
18
context?.payload?.pull_request?.head?.ref ||
19
- context?.payload?.ref
+ context?.payload?.ref || ""
20
).replace("refs/heads/","");
21
- name: 🪑 Set output
22
id: branch-name
0 commit comments