mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-07-24 23:59:08 +07:00
Fix logs of blackfire setup
This commit is contained in:
7
dist/index.js
vendored
7
dist/index.js
vendored
@ -1480,6 +1480,13 @@ exports.setFailed = setFailed;
|
||||
//-----------------------------------------------------------------------
|
||||
// Logging Commands
|
||||
//-----------------------------------------------------------------------
|
||||
/**
|
||||
* Gets whether Actions Step Debug is on or not
|
||||
*/
|
||||
function isDebug() {
|
||||
return process.env['RUNNER_DEBUG'] === '1';
|
||||
}
|
||||
exports.isDebug = isDebug;
|
||||
/**
|
||||
* Writes debug message to user log
|
||||
* @param message debug message
|
||||
|
Reference in New Issue
Block a user