Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CobosDS authored Jul 29, 2024
1 parent 2202498 commit 2bdb0c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
description: 'The action to determine which type of issue to create'
required: true
missing_flags:
description: 'A list of missing guidelines flags'
description: 'A comma-separated list of missing guidelines flags'
required: false

runs:
Expand Down Expand Up @@ -65,7 +65,7 @@ runs:
elif [[ $flag == F[6-9]* ]] || [[ $flag == F10* ]]; then
unacceptable_behavior_guidelines+="- ${required_flag#*: }\n"
fi
done
fi
done
done
Expand Down

0 comments on commit 2bdb0c4

Please sign in to comment.