Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8117de6

Browse files
committed
Bump @actions/core
1 parent 3f4f5a8 commit 8117de6

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

dist/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7139,6 +7139,13 @@ exports.setFailed = setFailed;
71397139
//-----------------------------------------------------------------------
71407140
// Logging Commands
71417141
//-----------------------------------------------------------------------
7142+
/**
7143+
* Gets whether Actions Step Debug is on or not
7144+
*/
7145+
function isDebug() {
7146+
return process.env['RUNNER_DEBUG'] === '1';
7147+
}
7148+
exports.isDebug = isDebug;
71427149
/**
71437150
* Writes debug message to user log
71447151
* @param message debug message

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.8.0",
55
"author": "GitHub",
66
"dependencies": {
7-
"@actions/core": "^1.2.2",
7+
"@actions/core": "^1.2.3",
88
"@actions/github": "^2.1.1"
99
},
1010
"devDependencies": {

0 commit comments

Comments
 (0)