Skip to content

Commit b086eaf

Browse files
authored
refactor: extracted action
1 parent 5903bff commit b086eaf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/bundle-gh-page/action.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ runs:
44
using: "composite"
55
steps:
66
- name: ↔ Extract branch name
7-
shell: bash
8-
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
7+
uses: ./.github/actions/extract-branch
98
id: extract_branch
109
- name: ➕ Create temp or public dir
1110
run: |

0 commit comments

Comments
 (0)