Skip to content

Commit

Permalink
ci: add fetch depth max 2000, to get git history.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfortunato committed Apr 10, 2024
1 parent 18017f9 commit a3c02e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
environment: Preview
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
environment: Production
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2000
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit a3c02e0

Please sign in to comment.