Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
chore: avoid shallow clone in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed May 20, 2021
1 parent 21d4c29 commit ac9385f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF##*/})"
Expand Down

0 comments on commit ac9385f

Please sign in to comment.