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 bbb97a0 commit ac19cd2Copy full SHA for ac19cd2
src/ui/components/UrlExportSettings.tsx
@@ -151,6 +151,8 @@ export const UrlExportSettings = () => {
151
placeholder={
152
(settings.authType === config.key.authType.gitlabCommit &&
153
'https://gitlab.com/api/v4/projects/:projectId') ||
154
+ (settings.authType === config.key.authType.githubCommit &&
155
+ 'https://github.com/:username/:repo or https://api.github.com/repos/:username/:repo') ||
156
'https://api.github.com/repos/:username/:repo/dispatches'
157
}
158
value={settings.serverUrl}
0 commit comments