Skip to content

Commit

Permalink
Merge pull request #47 from cyber-dojo/set-fetch-depth
Browse files Browse the repository at this point in the history
CI: set fetch-depth to 2 since we needs previous commit sha for caching
  • Loading branch information
JonJagger authored Sep 9, 2024
2 parents d816d94 + 0d5815a commit 4785d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/[email protected]
with:
fetch-depth: 1
fetch-depth: 2

- name: Prepare outputs for workflow jobs
id: vars
Expand Down

0 comments on commit 4785d61

Please sign in to comment.