mirror of
https://github.com/actions/runner.git
synced 2025-12-20 06:29:53 +00:00
use /usr/bin/env to find bash in scripts (#314)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
SVC_NAME="{{SvcNameVar}}"
|
||||
SVC_NAME=${SVC_NAME// /_}
|
||||
|
||||
Reference in New Issue
Block a user