Skip to content

Commit 4f135a6

Browse files
authored
Merge pull request #45 from kichristensen/addFetchDepth
Add fetch depth
2 parents 895ed5d + 8a7ac5f commit 4f135a6

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

.github/workflows/assign-to-project.yaml

-29
This file was deleted.

.github/workflows/aws-mixin.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: checkout
1515
uses: actions/checkout@v4
16+
with:
17+
fetch-depth: 0
1618
- uses: actions/setup-go@v5
1719
with:
1820
go-version-file: go.mod

0 commit comments

Comments
 (0)