Skip to content

Commit

Permalink
Add missing input to meta.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbosse committed Jul 11, 2024
1 parent 4981656 commit 25584e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ inputs:
fogbugz_project:
description: 'The name of your FogBugz Project'
required: true
fogbugz_subproject:
description:
'The subproject name of your FogBugz Project this is prepended to the Title because FB does
not have subprojects'
required: true
fogbugz_category:
description: 'The name of your FogBugz Category'
required: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dependabot-tickets",
"description": "This action creates a FogBugz and AgilePlace Planview ticket for Dependabot pull requests.",
"version": "0.2.1",
"version": "0.2.2",
"author": "Ankura Consulting Group, LLC",
"private": true,
"homepage": "https://github.com/actions/javascript-action#readme",
Expand Down

0 comments on commit 25584e7

Please sign in to comment.