Skip to content

Commit 1d5fd49

Browse files
committed
test
1 parent aa55a35 commit 1d5fd49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const wait = __webpack_require__(949);
6060
// most @actions toolkit packages have async methods
6161
async function run() {
6262
try {
63-
core.Error("::save-state name=test::TestValue");
63+
console.log("::save-state name=test::TestValue");
6464
}
6565
catch (error) {
6666
core.setFailed(error.message);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"lint": "eslint index.js",
8-
"package": "ncc build index.js -o dist",
8+
"package": "ncc build post.js -o dist",
99
"test": "eslint index.js && jest"
1010
},
1111
"repository": {

0 commit comments

Comments
 (0)