Skip to content

Commit 1708433

Browse files
kpturneresteve
authored andcommitted
Parameterise execution of runner
1 parent 1def93c commit 1708433

File tree

5 files changed

+384
-2471
lines changed

5 files changed

+384
-2471
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ inputs:
6565
description: >-
6666
Directory that contains actions-runner software and scripts. E.g. /home/runner/actions-runner.
6767
required: false
68+
run-runner-as-service:
69+
type: boolean
70+
description: >-
71+
Start the runner as a service rather than using ./run.sh as root.
72+
required: false
6873
outputs:
6974
label:
7075
description: >-

0 commit comments

Comments
 (0)