Skip to content

Commit 4976354

Browse files
author
Craig O'Donnell
committed
GITHUB_OUTPUT
1 parent 47d6c97 commit 4976354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ jobs:
653653
654654
installer_url=$(curl -s -X POST https://k8s.kurl.sh/installer -H 'Content-Type: text/yaml' --data-binary @installer.yaml)
655655
installer_id=${installer_url#"https://kurl.sh/"}
656-
echo "installer_id=$installer_id" >> $GITHUB_ENV
656+
echo "installer_id=$installer_id" >> $GITHUB_OUTPUT
657657
outputs:
658658
installer_id: ${{ steps.create-installer.outputs.installer_id }}
659659

0 commit comments

Comments
 (0)