Skip to content

Commit c3cc4ea

Browse files
author
GitHub Actions
committed
chore: Update dist
1 parent e0d94a2 commit c3cc4ea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dist/index.js

+7
Original file line numberDiff line numberDiff line change
@@ -29082,6 +29082,13 @@ exports.setFailed = setFailed;
2908229082
//-----------------------------------------------------------------------
2908329083
// Logging Commands
2908429084
//-----------------------------------------------------------------------
29085+
/**
29086+
* Gets whether Actions Step Debug is on or not
29087+
*/
29088+
function isDebug() {
29089+
return process.env['RUNNER_DEBUG'] === '1';
29090+
}
29091+
exports.isDebug = isDebug;
2908529092
/**
2908629093
* Writes debug message to user log
2908729094
* @param message debug message

0 commit comments

Comments
 (0)