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 dbea741 commit c4d121eCopy full SHA for c4d121e
codeflash/api/cfapi.py
@@ -152,7 +152,7 @@ def raise_os_error(msg: str) -> None:
152
"Please generate a new one at https://app.codeflash.ai/app/apikeys ,\n"
153
"then set it as a CODEFLASH_API_KEY environment variable.\n"
154
"For more information, refer to the documentation at "
155
- "https://docs.codeflash.ai/getting-started/codeflash-github-actions#add-your-api-key-to-your-repository-secrets."
+ "https://docs.codeflash.ai/getting-started/codeflash-github-actions#add-your-api-key-to-your-repository-secrets"
156
)
157
raise_os_error(msg)
158
elif response.status_code != 200:
0 commit comments