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 aa55a35 commit 1d5fd49Copy full SHA for 1d5fd49
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.Error("::save-state name=test::TestValue");
+ console.log("::save-state name=test::TestValue");
64
}
65
catch (error) {
66
core.setFailed(error.message);
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"lint": "eslint index.js",
8
- "package": "ncc build index.js -o dist",
+ "package": "ncc build post.js -o dist",
9
"test": "eslint index.js && jest"
10
},
11
"repository": {
0 commit comments