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

Commit

Permalink
chore: change clone method in quality job
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed May 21, 2021
1 parent 8459999 commit d1a47f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ 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 Expand Up @@ -59,6 +57,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Download test results
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit d1a47f1

Please sign in to comment.