Skip to content

Commit 6a7b662

Browse files
authored
use PR branch to always use the branch helm chart
1 parent 559d296 commit 6a7b662

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,13 @@ jobs:
126126
PR_NUMBER: ${{ needs.pr_commented.outputs.PR_NUMBER }}
127127
PR_TITLE: ${{ needs.pr_commented.outputs.PR_TITLE }}
128128
PR_URL: ${{ needs.pr_commented.outputs.PR_URL }}
129+
PR_BRANCH: ${{ needs.pr_commented.outputs.PR_BRANCH }}
129130
steps:
130131
- name: Checkout
131132
uses: actions/checkout@v3
133+
with:
134+
ref: ${{ env.PR_BRANCH }}
135+
fetch-depth: 0
132136

133137
- name: Set up kubeconfig
134138
run: |

0 commit comments

Comments
 (0)