Use gh-valet cli in issue_ops.yml

This commit is contained in:
Ethan Dennis
2022-05-31 11:14:35 -07:00
parent ab3d123c06
commit f4fe9069ef
2 changed files with 13 additions and 10 deletions
-1
View File
@@ -5,7 +5,6 @@ module CircleCI
include IssueParser
def initialize(issue_content, command)
# TODO: manually test this
@organization = parameter_from_issue("Organization", issue_content)
@project = command.options["project"]
end