We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2b619 commit 25be973Copy full SHA for 25be973
tests/steps/test_CreateIssue.py
@@ -7,7 +7,6 @@
7
"inputs",
8
[
9
{"issue_title": "my issue", "issue_text": "my issue text", "scm_url": "https://github.com/my/repo"},
10
- {"issue_title": "my issue", "issue_text": "my issue text", "github_api_key": "my api key"},
11
{"issue_title": "my issue", "scm_url": "https://github.com/my/repo", "github_api_key": "my api key"},
12
{"issue_text": "my issue text", "scm_url": "https://github.com/my/repo", "github_api_key": "my api key"},
13
],
0 commit comments