Skip to content

Commit c77a539

Browse files
committed
wip
1 parent f747128 commit c77a539

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update-hkubectl-downloads.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v2
1616
with:
1717
repository: kube-HPC/kube-HPC.github.io
18-
ref: source
18+
ref: test_branch_1
1919

2020
- name: Download latest release files from hkubectl
2121
run: |
@@ -31,8 +31,9 @@ jobs:
3131
set -e
3232
git config --global user.email "[email protected]"
3333
git config --global user.name "GitHub Action"
34+
git fetch origin
3435
git checkout test_branch_1 || git checkout -b test_branch_1 origin/test_branch_1
3536
git add -A
36-
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
3738
git push origin test_branch_1
3839

0 commit comments

Comments
 (0)