We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f5097d commit a355ea2Copy full SHA for a355ea2
.github/workflows/update-hkubectl-downloads.yaml
@@ -33,6 +33,6 @@ jobs:
33
git config --global user.name "GitHub Action"
34
git checkout test_branch_1 || git checkout -b test_branch_1 origin/test_branch_1
35
git add -A
36
- git commit -m "Update hkubectl download files to the latest release" --allow-empty
+ git commit -m "Update hkubectl download files to the latest release"
37
git push origin test_branch_1
38
0 commit comments