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.
2 parents fc3c42b + eb427ae commit a3a1c3bCopy full SHA for a3a1c3b
.github/workflows/auto-release-ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
id: get_ref
21
run: |
22
COMMIT_SHA=`git ls-remote https://github.com/kubernetes-sigs/kubespray.git HEAD | awk '{ print $1}'`
23
- echo name=sha=${COMMIT_SHA} >> $GITHUB_OUTPUT
+ echo sha=${COMMIT_SHA} >> $GITHUB_OUTPUT
24
25
call-offline-build:
26
uses: ./.github/workflows/call-offline-build.yaml
0 commit comments