Skip to content

Commit b63e0e1

Browse files
committed
Update post.js
1 parent 1d5fd49 commit b63e0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/post.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const wait = __webpack_require__(949);
5454
async function run() {
5555
try {
5656
if (process.env.STATE_name != 'TestValue') {
57-
core.setFailed(error.message);
57+
core.setFailed("Expected State_name to be set");
5858
}
5959
else {
6060
core.Error('The Saved State value is:', process.env.STATE_name);

0 commit comments

Comments
 (0)