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 9e51ad7 commit 4234eb1Copy full SHA for 4234eb1
.github/workflows/update-hkubectl-downloads.yaml
@@ -35,7 +35,9 @@ jobs:
35
git config --global user.email "[email protected]"
36
git config --global user.name "GitHub Action"
37
ls site/hkubectl_files || { echo "No files found"; exit 1; }
38
+ # Ensure we are on the correct branch
39
+ git checkout -b hkubectl_updates_via_workflow || git checkout hkubectl_updates_via_workflow
40
git add -A
41
git commit -m "Update hkubectl download files to the latest release" --allow-empty
- git push origin hkubectl_updates_via_workflow
42
+ git push --set-upstream origin hkubectl_updates_via_workflow
43
0 commit comments