Format actions PR, changelog

This commit is contained in:
Philipp Heckel 2022-06-22 20:23:15 -04:00
parent e8569c6008
commit b4a824aa38
3 changed files with 10 additions and 9 deletions

View file

@ -186,8 +186,8 @@ func populateAction(newAction *action, section int, key, value string) error {
newAction.Method = value
case "body":
newAction.Body = value
case "intent":
newAction.Intent = value
case "intent":
newAction.Intent = value
default:
return fmt.Errorf("key '%s' unknown", key)
}