Skip to content

Commit

Permalink
fix: input variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Oct 9, 2023
1 parent 62091d4 commit f1ca82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if ! command -v git &>/dev/null; then
fi
git config --system --add safe.directory "$GITHUB_WORKSPACE"

if [[ -z "$root_file" ]]; then
if [[ -z "$INPUT_ROOT_FILE" ]]; then
error "Input 'root_file' is missing."
fi

Expand Down

0 comments on commit f1ca82c

Please sign in to comment.