Skip to content

Commit

Permalink
build: include fetch-depth: 0 to checkout (#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Feb 20, 2023
1 parent 930c071 commit 2ded1e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync-alpha-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Node
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 2ded1e3

Please sign in to comment.