From 8053b9d32e83e950e10368e47eddcd2356499871 Mon Sep 17 00:00:00 2001 From: EpicThunder Date: Sun, 23 May 2021 17:19:09 +0000 Subject: [PATCH] Update action.yml --- .github/actions/issue-maker/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/issue-maker/action.yml b/.github/actions/issue-maker/action.yml index 562c3f0..49a2622 100644 --- a/.github/actions/issue-maker/action.yml +++ b/.github/actions/issue-maker/action.yml @@ -4,7 +4,7 @@ description: "consume the output of the previous action and create a new issue i inputs: joke: - description: "This will become the body of the created issue" + description: "This will become the body of the new issue you create" issue-title: description: "Every issue needs a title, it's nice to supply one, even though you could do this dynamically within your code" default: "a joke for you" @@ -14,4 +14,4 @@ inputs: runs: using: "node12" - main: "index.js" \ No newline at end of file + main: "index.js"