Skip to content

Commit 22b9282

Browse files
committed
fix: use fetch-depth
1 parent f79fdce commit 22b9282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k8s_edit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
token: ${{ secrets.GH_TOKEN }}
3131
repository: ${{ github.repository_owner }}/${{ env.KUBERNETES_CLUSTER_REPO_NAME }}
32-
ref: refs/heads/dev
32+
fetch-depth: 0
3333

3434
- name: GitHub Configuration
3535
run: git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com

0 commit comments

Comments
 (0)