mirror of
https://github.com/actions/github-script.git
synced 2025-12-08 08:06:23 +00:00
Bump @actions/core
This commit is contained in:
7
dist/index.js
vendored
7
dist/index.js
vendored
@@ -7139,6 +7139,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