Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8117de6

Browse filesBrowse files
committed
Bump @actions/core
1 parent 3f4f5a8 commit 8117de6
Copy full SHA for 8117de6

File tree

Expand file treeCollapse file tree

3 files changed

+11
-4
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+11
-4
lines changed

‎dist/index.js

Copy file name to clipboardExpand all lines: dist/index.js
+7Lines 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

Copy file name to clipboardExpand all lines: package-lock.json
+3-3Lines 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

Copy file name to clipboardExpand all lines: package.json
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.