Skip to content

Commit aee70bd

Browse files
committed
Try fixing rebase
1 parent e8a7b17 commit aee70bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull-integration-namespace-k3d.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
with:
2121
comment_on_pr: false
2222
- uses: actions/checkout@v4
23-
# - uses: ./.github/actions/rebase # Would it work?
23+
with:
24+
fetch-depth: 0
25+
- uses: ./.github/actions/rebase # Would it work?
2426
- name: Create Single Cluster
2527
uses: AbsaOSS/k3d-action@4e8b3239042be1dc0aed6c5eb80c13b18200fc79 #v2.4.0
2628
with:

0 commit comments

Comments
 (0)