We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71512ef commit 3269347Copy full SHA for 3269347
.github/workflows/pull-integration-namespace-k3d.yml
@@ -21,7 +21,7 @@ jobs:
21
comment_on_pr: false
22
- uses: actions/checkout@v4
23
with:
24
- fetch-depth: 10000
+ fetch-depth: 0
25
ref: ${{ github.ref }} # checkout to latest branch changes ( by default this action checkouts to the SHA that triggers action )
26
- uses: ./.github/actions/rebase # Would it work?
27
- name: Create Single Cluster
0 commit comments