Skip to content

Commit

Permalink
Fix handling of INPUT_TITLE environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 12, 2021
1 parent cda593c commit ef5870d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function error {
fi
}

title="${INPUT_TITLE:-}"
title="${INPUT_TITLE:?}"
changelog="${INPUT_CHANGELOG:-}"

if [[ -z "${GITHUB_TOKEN:-}" ]]; then
Expand Down

0 comments on commit ef5870d

Please sign in to comment.