Skip to content

Commit 155be2c

Browse files
authored
Hot fix/update command to run (#259)
1 parent 6808131 commit 155be2c

File tree

7 files changed

+392
-146
lines changed

7 files changed

+392
-146
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
node_modules
2-
.env
2+
.env
3+
.vscode
4+
.claude

action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,13 @@ inputs:
135135
Example: '["git", "docker.io", "nodejs"]'
136136
required: false
137137
default: '[]'
138+
runner-debug:
139+
description: >-
140+
Enable verbose debug logging for the runner setup.
141+
When true, outputs detailed instance info, console output polling,
142+
and step-by-step script execution logs.
143+
required: false
144+
default: 'false'
138145
outputs:
139146
label:
140147
description: >-

0 commit comments

Comments
 (0)