Skip to content

Commit

Permalink
fix: fetch-depth 0 (#7264)
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy authored Jul 2, 2024
1 parent e1a9b5d commit 2bd87c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/devnet-deploys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v4
with: { ref: "${{ env.GIT_COMMIT }}" }
with:
ref: "${{ env.GIT_COMMIT }}"
fetch-depth: 0
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.7.5
Expand Down

0 comments on commit 2bd87c1

Please sign in to comment.