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 cbe8454 commit efad297Copy full SHA for efad297
script/misc-helper.ts
@@ -393,7 +393,7 @@ const commandOptions = commander.opts<ICommanderOptions>();
393
.command("set-app-token")
394
.argument("[args...]")
395
.description("Set the GitHub App token in the Git config")
396
- .action(async (...args: string[]) => {
+ .action(async (args: string[]) => {
397
const set = async (options: { appID: number; installationID?: number; name: string }): Promise<void> => {
398
const appName = options.name === config.app.name ? config.app.name : config.app.altname;
399
const appNameKey = `${appName}.privateKey`;
0 commit comments