We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfce5e9 commit 9bb06feCopy full SHA for 9bb06fe
action.yml
@@ -133,7 +133,7 @@ runs:
133
if [ -z "$ITEM_ID" ]; then echo "Item not found with ID '$CONTENT_ID'"; exit 1; fi
134
if [ -z "$FIELD_ID" ]; then echo "Field '$FIELD' not found"; exit 1; fi
135
if [[ "$FIELD_TYPE" = "single_select" && -z "$OPTION_ID" ]]; then echo "Option not found with value '$VALUE'"; exit 1; fi
136
-
+
137
- name: Parse value
138
shell: bash
139
id: parse_value
0 commit comments