diff --git a/demo/demo.sh b/demo/demo.sh index a8964d4..54aa86d 100755 --- a/demo/demo.sh +++ b/demo/demo.sh @@ -14,4 +14,5 @@ fi clear pe "# For the sake of the asciicast: PAT is present in RUNNER_PAT environment variable" -pe "./orchestrator.sh -v -p efrecon/gh-runner-krunvm -- 1" +pe "# -r 1: to run once only, the default is to run forever" +pe "./orchestrator.sh -v -r 1 -p efrecon/gh-runner-krunvm -- 1"