From 325bf547404e81cf17002472aa1c1208600ad52c Mon Sep 17 00:00:00 2001 From: Dimitri Prosper Date: Mon, 16 Jan 2023 20:00:30 -0500 Subject: [PATCH] added project name when error encountered --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 7b4b374..fbbc810 100644 --- a/action.yml +++ b/action.yml @@ -110,6 +110,7 @@ runs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, + body: ` body: `:bug: Project or app creation failed! Please review the actions log for the events and logs from your project.`, });