Skip to content

Commit d1a4fdf

Browse files
kpturneresteve
authored andcommitted
Parameterise execution of runner
1 parent 2c4d1dc commit d1a4fdf

File tree

5 files changed

+384
-2472
lines changed

5 files changed

+384
-2472
lines changed

action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,11 @@ inputs:
6969
description: >-
7070
Specifies bash commands to run before the runner starts. It's useful for installing dependencies with apt-get, yum, dnf, etc.
7171
required: false
72-
72+
run-runner-as-service:
73+
type: boolean
74+
description: >-
75+
Start the runner as a service rather than using ./run.sh as root.
76+
required: false
7377
outputs:
7478
label:
7579
description: >-

0 commit comments

Comments
 (0)