Skip to content

Commit

Permalink
Merge pull request #12 from ARPC/fix-metadata
Browse files Browse the repository at this point in the history
Add missing input to meta.
  • Loading branch information
jbosse authored Jul 11, 2024
2 parents 112879b + 27c8e97 commit bb35b99
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: false
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 bb35b99

Please sign in to comment.