pipelines-as-code icon indicating copy to clipboard operation
pipelines-as-code copied to clipboard

`tkn pac bootstrap` name with quote fails the github application creation

Open chmouel opened this issue 1 year ago • 0 comments

 tkn-pac bootstrap github-app --force-install --github-api-url https://ghe.pipelinesascode.com
👌 Skips bootstrapping GitHub App, as one is already configured. Please pass --force-configure to override existing
% tkn-pac bootstrap github-app --force-configure --github-api-url https://ghe.pipelinesascode.com
Error: pipelines as Code is already installed, please pass --force-install to override existing
% tkn-pac bootstrap github-app --force-configure --force-install --github-api-url https://ghe.pipelinesascode.com
👔 Using Github Enterprise URL: https://ghe.pipelinesascode.com
? Enter the name of your GitHub application:  Chmouel's Scratch
? Enter your public route URL:  https://hook.pipelinesascode.com/xxx
🌍 Starting a web browser on http://localhost:8080, click on the button to create your GitHub APP

ends up with this error:

image

chmouel avatar Feb 22 '24 13:02 chmouel