Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit 567c937

Browse files
style: format by prettier
1 parent 8ab6f3c commit 567c937

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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function setState(inputs: Inputs, envs: Envs) {
128128
return;
129129
}
130130
if (!inputs.startWorkflow) {
131-
inputs.state = '';
131+
inputs.state = "";
132132
return;
133133
}
134134
if (inputs.state == "") {

0 commit comments

Comments
 (0)