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 f747128 commit c77a539Copy full SHA for c77a539
.github/workflows/update-hkubectl-downloads.yaml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v2
16
with:
17
repository: kube-HPC/kube-HPC.github.io
18
- ref: source
+ ref: test_branch_1
19
20
- name: Download latest release files from hkubectl
21
run: |
@@ -31,8 +31,9 @@ jobs:
31
set -e
32
git config --global user.email "[email protected]"
33
git config --global user.name "GitHub Action"
34
+ git fetch origin
35
git checkout test_branch_1 || git checkout -b test_branch_1 origin/test_branch_1
36
git add -A
- git commit -m "Update hkubectl download files to the latest release"
37
+ git commit -m "Update hkubectl download files to the latest release" --allow-empty
38
git push origin test_branch_1
39
0 commit comments