Skip to content

Commit

Permalink
automation: ensuring the entire git history is available
Browse files Browse the repository at this point in the history
This means that we have access to the `main` branch to be able to clone it
  • Loading branch information
tombuildsstuff committed Dec 7, 2023
1 parent 9d9d12e commit 10e7e77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automation-data-api-differ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0

- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
Expand Down

0 comments on commit 10e7e77

Please sign in to comment.