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 d5e4793 commit be746c9Copy full SHA for be746c9
1 file changed
src/cli/init-command.ts
@@ -90,7 +90,7 @@ export function createInitCommand(): Command {
90
logger.info(' 2. Commit the generated files to your repository');
91
logger.info(' 3. Set up CI/CD identity authentication:');
92
if (isGitHub) {
93
- logger.info(' - Follow ./APIOPS-WORKFLOW-IDENTITY-SETUP.md for manual setup, OR');
+ logger.info(' - Follow APIOPS-WORKFLOW-IDENTITY-SETUP.md for manual setup, OR');
94
logger.info(' - Open ./.github/prompts/apiops-setup-workflow-identity.prompt.md with GitHub Copilot for guided setup');
95
} else {
96
logger.info(' - Follow ./APIOPS-PIPELINE-IDENTITY-SETUP.md for manual setup, OR');
0 commit comments