Skip to content

Commit a3a1c3b

Browse files
authored
Merge pull request #215 from ErikJiang/fix_ref_val_empty
Fix ref var is empty in CI
2 parents fc3c42b + eb427ae commit a3a1c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-release-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: get_ref
2121
run: |
2222
COMMIT_SHA=`git ls-remote https://github.com/kubernetes-sigs/kubespray.git HEAD | awk '{ print $1}'`
23-
echo name=sha=${COMMIT_SHA} >> $GITHUB_OUTPUT
23+
echo sha=${COMMIT_SHA} >> $GITHUB_OUTPUT
2424
2525
call-offline-build:
2626
uses: ./.github/workflows/call-offline-build.yaml

0 commit comments

Comments
 (0)