Skip to content

Commit 02b8d53

Browse files
committed
fix error message
1 parent 863f2ac commit 02b8d53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patchwork/steps/CreatePR/CreatePR.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ def __init__(self, inputs: dict):
3434
self.scm_client = AzureDevopsClient(inputs["azuredevops_api_key"])
3535
else:
3636
logger.warning(
37-
f'Missing required input data: "github_api_key" or "gitlab_api_key",'
38-
f" PR creation will be disabled."
37+
f'Missing required input data: "github_api_key", "gitlab_api_key" or "azuredevops_api_key". '
38+
f"PR creation will be disabled."
3939
)
4040
self.enabled = False
4141

0 commit comments

Comments
 (0)