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 13516a0 commit 2ae8873Copy full SHA for 2ae8873
.github/workflows/update-hkubectl-downloads.yaml
@@ -35,9 +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
+ git fetch origin
+ git checkout test_branch_1 || git checkout -b test_branch_1 origin/test_branch_1
40
git add -A
41
git commit -m "Update hkubectl download files to the latest release" --allow-empty
42
- git push --set-upstream origin test_branch_1
+ git push origin test_branch_1
43
0 commit comments