From e3184f850accefca313c6b6e75407dbe53088888 Mon Sep 17 00:00:00 2001 From: ric-evans Date: Fri, 15 Nov 2024 15:45:24 -0600 Subject: [PATCH] add "ALERT" to commit --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fb89b61..8a5fc52 100644 --- a/action.yml +++ b/action.yml @@ -110,7 +110,7 @@ runs: echo "# foo = []" >> pyproject.toml echo "# bar = []" >> pyproject.toml # commit, push, exit - msg="added pyproject.toml -- user needs to set values for auto-added fields" + msg="added pyproject.toml -- ALERT: user needs to set values for auto-added fields" git add . git commit -m " $msg" git push