We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e19fa commit ce6fc6cCopy full SHA for ce6fc6c
.github/workflows/pull-integration-namespace-k3d.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
with:
24
fetch-depth: 0
25
- # ref: ${{ github.ref_name }} # checkout to latest branch changes ( by default this action checkouts to the SHA that triggers action )
+ 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
28
uses: AbsaOSS/k3d-action@4e8b3239042be1dc0aed6c5eb80c13b18200fc79 #v2.4.0
0 commit comments