Skip to content

Commit 041bc8b

Browse files
authored
[#59] 🐛 add fetch depth to checkout session (#83)
1 parent f712fbb commit 041bc8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/git-push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
contents: write
1212
steps:
1313
- uses: actions/checkout@v3
14+
with:
15+
fetch-depth: 0
1416

1517
- name: Install mustache (to update the date)
1618
run: sudo apt update && sudo apt install -y ruby && sudo gem install mustache

0 commit comments

Comments
 (0)