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 b56d6d3 commit b90e2c7Copy full SHA for b90e2c7
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