Skip to content
Snippets Groups Projects
Unverified Commit ec64bc1d authored by Patrick Marsceill's avatar Patrick Marsceill Committed by GitHub
Browse files

Update ci.yml

parent f3f31796
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ jobs:
node-version: '12.x'
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
run: echo "##[set-output name=branch;]$(echo ${GITHUB_HEAD_REF#refs/heads/})"
id: extract_branch
- run: npm install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment