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 4c045f2 + 5ffb28c commit ed5e868Copy full SHA for ed5e868
entrypoint.sh
@@ -85,8 +85,8 @@ elif [[ -n ${FILES_CHANGED} ]]; then
85
fi
86
87
# Finish
88
-echo "::set-output name=files_changed::${FILES_CHANGED}"
89
-echo "::set-output name=branch_name::${BRANCH}"
+echo "files_changed=${FILES_CHANGED}" >>"$GITHUB_OUTPUT"
+echo "branch_name=${BRANCH}" >>"$GITHUB_OUTPUT"
90
if [[ ${RET_CODE} != "0" ]]; then
91
echo -e "\n[ERROR] Check log for errors."
92
exit 1
0 commit comments