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 e244b65 commit 8b1f4b6Copy full SHA for 8b1f4b6
codeflash/cli_cmds/cmd_init.py
@@ -537,7 +537,7 @@ def install_github_actions(override_formatter_check: bool = False) -> None: # n
537
existing_api_key = None
538
click.prompt(
539
f"Next, you'll need to add your CODEFLASH_API_KEY as a secret to your GitHub repo.{LF}"
540
- f"Press Enter to open your repo's secrets page at {get_github_secrets_page_url(repo)}…{LF}"
+ f"Press Enter to open your repo's secrets page at {get_github_secrets_page_url(repo)} {LF}"
541
f"Then, click 'New repository secret' to add your api key with the variable name CODEFLASH_API_KEY.{LF}"
542
f"{'Here is your CODEFLASH_API_KEY: ' + existing_api_key + ' ' + LF}"
543
if existing_api_key
0 commit comments