We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5574c3 commit 09f4d01Copy full SHA for 09f4d01
.github/workflows/sync-guild-features.yml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- name: "Checkout Repository"
20
uses: actions/checkout@v4
21
+ with:
22
+ fetch-depth: 0 # Fetch all history for all branches
23
- name: "Setup Python"
24
uses: actions/setup-python@v5
25
with:
0 commit comments