Skip to content

Commit 09f4d01

Browse files
committed
✨ enhance CI configuration to fetch full history for all branches
1 parent b5574c3 commit 09f4d01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sync-guild-features.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- name: "Checkout Repository"
2020
uses: actions/checkout@v4
21+
with:
22+
fetch-depth: 0 # Fetch all history for all branches
2123
- name: "Setup Python"
2224
uses: actions/setup-python@v5
2325
with:

0 commit comments

Comments
 (0)