From a204abce1607962ee97d03bd289671261437ee81 Mon Sep 17 00:00:00 2001
From: Stefan Zweifel <stefanzweifel@users.noreply.github.com>
Date: Sun, 11 Oct 2020 20:14:15 +0200
Subject: [PATCH] Update action.yml

---
 action.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/action.yml b/action.yml
index 884b1f9..a4a8630 100644
--- a/action.yml
+++ b/action.yml
@@ -6,6 +6,7 @@ author: Stefan Zweifel <hello@stefanzweifel.io>
 inputs:
   commit_message:
     description: Commit message
+    required: false
     default: Apply automatic changes
   branch:
     description: Git branch name, where changes should be pushed too. Required if Action is used on the `pull_request` event