Skip to content

Commit 883a86e

Browse files
authored
Merge pull request #42 from willthames/new-output
Update to use new github action method
2 parents 251f2a7 + e6992aa commit 883a86e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/kustomize_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ ${build_output}
5656
echo "${build_payload}" | curl -s -S -H "Authorization: token ${GITHUB_ACCESS_TOKEN}" --header "Content-Type: application/json" --data @- "${build_comment_url}" > /dev/null
5757
fi
5858

59-
echo ::set-output name=kustomize_build_output::${build_output}
59+
echo kustomize_build_output=${build_output} >> $GITHUB_OUTPUT
6060
exit ${build_exit_code}
6161
}

0 commit comments

Comments
 (0)