We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d54e90 commit 960bd7eCopy full SHA for 960bd7e
create-github-app-token/src/tasks/run.ts
@@ -102,7 +102,7 @@ async function run() {
102
return;
103
}
104
105
- console.log('Forcing repo scope)');
+ console.log('Forcing repo scope');
106
console.log(`Repo Provider: ${provider}`);
107
108
failIfProviderIsNotGitHub(provider, `Forcing repo scope is only supported for GitHub repositories. Repo provider is ${provider}`);
0 commit comments