src: print api url in debug info
parent
79d3930e8c
commit
61713d1849
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -15,6 +15,7 @@ const createBlacksmithAPIClient = () => {
|
|||
? 'https://stagingapi.blacksmith.sh'
|
||||
: 'https://api.blacksmith.sh'
|
||||
);
|
||||
core.debug(`Using Blacksmith API URL: ${apiUrl}`);
|
||||
|
||||
const client = axios.create({
|
||||
baseURL: apiUrl,
|
||||
|
|
Loading…
Reference in New Issue