fix: GitHub and GitLab app names

This commit is contained in:
Faruk AYDIN
2023-07-31 15:47:06 +02:00
parent 9ac24ee051
commit a71e95e6e5
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import actions from './actions';
import dynamicData from './dynamic-data'; import dynamicData from './dynamic-data';
export default defineApp({ export default defineApp({
name: 'Github', name: 'GitHub',
key: 'github', key: 'github',
baseUrl: 'https://github.com', baseUrl: 'https://github.com',
apiBaseUrl: 'https://api.github.com', apiBaseUrl: 'https://api.github.com',

View File

@@ -6,7 +6,7 @@ import triggers from './triggers';
import dynamicData from './dynamic-data'; import dynamicData from './dynamic-data';
export default defineApp({ export default defineApp({
name: 'Gitlab', name: 'GitLab',
key: 'gitlab', key: 'gitlab',
baseUrl: 'https://gitlab.com', baseUrl: 'https://gitlab.com',
apiBaseUrl: 'https://gitlab.com', apiBaseUrl: 'https://gitlab.com',