From e1fa4be4570b9de0e5cb2223d7bb0d5918291b36 Mon Sep 17 00:00:00 2001 From: mychang666 <101967506+mychang666@users.noreply.github.com> Date: Wed, 6 Apr 2022 04:22:32 +0800 Subject: [PATCH] create action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0c30824..ba24ca3 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: Git Auto Commit -description: 'Automatically commits files which have been changed during the workflow run and push changes back to remote repository.' +description: 'Automaticalliy commits files which have been changed during the workflow run and push changes back to remote repository.' author: Stefan Zweifel