File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373
7474 // Fetch latest commit hash for adamlui/ai-web-extensions
7575 bump . log . working ( '\nFetching latest commit hash for adamlui/ai-web-extensions...\n' )
76- const latestCommitHashes = { aiweb : await bump . getLatestCommitHash ( { repo : 'adamlui/ai-web-extensions' } ) }
76+ const latestCommitHashes = {
77+ aiweb : await bump . getLatestCommitHash ( { repo : 'adamlui/ai-web-extensions' , source : 'gitlab' } ) }
7778
7879 // Process each userscript
7980 let urlsUpdatedCnt = 0 ; let filesUpdatedCnt = 0
8990 if ( urlMap [ userJSfilePath ] . some ( url => url . includes ( repoName ) ) ) {
9091 console . log ( 'Fetching latest commit hash for Chromium extension...' )
9192 latestCommitHashes . chromium = await bump . getLatestCommitHash (
92- { repo : `adamlui/${ repoName } ` , path : 'chromium/extension' } )
93+ { repo : `adamlui/${ repoName } ` , path : 'chromium/extension' , source : 'gitlab' } )
9394 }
9495
9596 // Process each resource
You can’t perform that action at this time.
0 commit comments