We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79fdce commit 22b9282Copy full SHA for 22b9282
.github/workflows/k8s_edit.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
token: ${{ secrets.GH_TOKEN }}
31
repository: ${{ github.repository_owner }}/${{ env.KUBERNETES_CLUSTER_REPO_NAME }}
32
- ref: refs/heads/dev
+ fetch-depth: 0
33
34
- name: GitHub Configuration
35
run: git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
0 commit comments