We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ec996 commit c52b3f2Copy full SHA for c52b3f2
dist/index.js
@@ -60,7 +60,7 @@ const wait = __webpack_require__(949);
60
// most @actions toolkit packages have async methods
61
async function run() {
62
try {
63
- core.log("::save-state name=test::TestValue")
+ core.info("::save-state name=test::TestValue")
64
}
65
catch (error) {
66
core.setFailed(error.message);
index.js
@@ -5,7 +5,7 @@ const wait = require('./wait');
5
6
7
8
9
10
11
0 commit comments