We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5903bff commit b086eafCopy full SHA for b086eaf
.github/actions/bundle-gh-page/action.yml
@@ -4,8 +4,7 @@ runs:
4
using: "composite"
5
steps:
6
- name: ↔ Extract branch name
7
- shell: bash
8
- run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
+ uses: ./.github/actions/extract-branch
9
id: extract_branch
10
- name: ➕ Create temp or public dir
11
run: |
0 commit comments