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 be746c9 commit 0720b0dCopy full SHA for 0720b0d
1 file changed
src/cli/init-command.ts
@@ -91,7 +91,7 @@ export function createInitCommand(): Command {
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');
94
- logger.info(' - Open ./.github/prompts/apiops-setup-workflow-identity.prompt.md with GitHub Copilot for guided setup');
+ logger.info(' - Use github/prompts/apiops-setup-workflow-identity.prompt.md prompt file with GitHub Copilot for guided setup');
95
} else {
96
logger.info(' - Follow ./APIOPS-PIPELINE-IDENTITY-SETUP.md for manual setup, OR');
97
logger.info(' - Open ./.github/prompts/apiops-setup-pipeline-identity.prompt.md with GitHub Copilot for guided setup');
0 commit comments