We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a7b17 commit aee70bdCopy full SHA for aee70bd
.github/workflows/pull-integration-namespace-k3d.yml
@@ -20,7 +20,9 @@ jobs:
20
with:
21
comment_on_pr: false
22
- uses: actions/checkout@v4
23
- # - uses: ./.github/actions/rebase # Would it work?
+ with:
24
+ fetch-depth: 0
25
+ - uses: ./.github/actions/rebase # Would it work?
26
- name: Create Single Cluster
27
uses: AbsaOSS/k3d-action@4e8b3239042be1dc0aed6c5eb80c13b18200fc79 #v2.4.0
28
0 commit comments