Skip to content

Commit 9bb06fe

Browse files
committed
whitespace
1 parent bfce5e9 commit 9bb06fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ runs:
133133
if [ -z "$ITEM_ID" ]; then echo "Item not found with ID '$CONTENT_ID'"; exit 1; fi
134134
if [ -z "$FIELD_ID" ]; then echo "Field '$FIELD' not found"; exit 1; fi
135135
if [[ "$FIELD_TYPE" = "single_select" && -z "$OPTION_ID" ]]; then echo "Option not found with value '$VALUE'"; exit 1; fi
136-
136+
137137
- name: Parse value
138138
shell: bash
139139
id: parse_value

0 commit comments

Comments
 (0)