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 fc3fd50 commit 7fcf8c0Copy full SHA for 7fcf8c0
src/apphosting/repo.ts
@@ -153,10 +153,9 @@ async function createFullyInstalledConnection(
153
const targetUri = conn.installationState.actionUri;
154
utils.logBullet(targetUri);
155
await utils.openInBrowser(targetUri);
156
- await input({
157
- message:
158
- "Press Enter once you have installed or configured the Cloud Build GitHub app to access your GitHub repo.",
159
- });
+ await input(
+ "Press Enter once you have installed or configured the Cloud Build GitHub app to access your GitHub repo.",
+ );
160
conn = await gcb.getConnection(projectId, location, connectionId);
161
}
162
0 commit comments