Skip to content

Commit

Permalink
fix: use GITHUB_OUTPUT instead of GITHUB_STATE
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Mar 3, 2023
1 parent 1c2a435 commit d592e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/usr/local/bin/entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pushd "${GITHUB_WORKSPACE}" >/dev/null
EXIT_CODE=${?}
set -e

echo "messages=${OUTPUT}" >> ${GITHUB_STATE}
echo "messages=${OUTPUT}" >> ${GITHUB_OUTPUT}

if [[ "${INPUT_PRINT}" == "true" || "${INPUT_PRINT}" == "1" ]]; then
echo "${OUTPUT}"
Expand Down

0 comments on commit d592e8a

Please sign in to comment.