Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/issue-maker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -14,4 +14,4 @@ inputs:

runs:
using: "node12"
main: "index.js"
main: "index.js"