Skip to content

Commit bd5dedd

Browse files
committed
fix: checkout cluster repo
1 parent 3bddc71 commit bd5dedd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/k8s_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333
with:
3434
repository: ${{ github.repository_owner }}/${{ env.KUBERNETES_CLUSTER_REPO_NAME }}
35+
ref: refs/heads/dev
3536

3637
- name: GitHub Configuration
3738
run: git config --global url."https://oauth2:${{ secrets.TOKEN_GITHUB }}@github.com".insteadOf https://github.com

0 commit comments

Comments
 (0)