Skip to content

Commit

Permalink
Merge pull request #1 from Koleok/multiple-should-be-input
Browse files Browse the repository at this point in the history
Move multiple option to rightful place as input
  • Loading branch information
Koleok authored Jul 12, 2022
2 parents 3e443ca + 2100467 commit 5ac5363
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ inputs:
linear-api-key:
description: "Linear API key generated from https://linear.app/settings/api . (e.g. `lin_api_*)`"
required: true
multiple:
description: "Find multiple issues and output a json array of results"
required: false

outputs:
multiple:
description: "Find multiple issues and output a json array of results"
Expand Down

0 comments on commit 5ac5363

Please sign in to comment.