Skip to content

Commit

Permalink
try fetch all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Mar 8, 2023
1 parent 6233e71 commit fc985c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
fetch-depth: 0

- name: node
uses: actions/setup-node@v3
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
fetch-depth: 0

- name: node
uses: actions/setup-node@v3
Expand Down

0 comments on commit fc985c9

Please sign in to comment.