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"