We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$
1 parent 7d028c3 commit 4b81f82Copy full SHA for 4b81f82
examples/multi-runner/templates/runner-configs/linux-arm64.yaml
@@ -19,6 +19,6 @@ runner_config:
19
delay_webhook_event: 0
20
scale_down_schedule_expression: cron(* * * * ? *)
21
runner_hook_job_started: |
22
- echo "Running pre job hook as \$(whoami)"
+ echo "Running pre job hook as $(whoami)"
23
runner_hook_job_completed: |
24
- echo "Running post job hook as \$(whoami)"
+ echo "Running post job hook as $(whoami)"
0 commit comments