From 0a7fae6f49d38901e1d76ee2b809b1e1e98ca3d1 Mon Sep 17 00:00:00 2001 From: Jalen Davenport Date: Wed, 5 Jun 2024 15:01:28 -0400 Subject: [PATCH] Add shebang to entrypoint --- .github/actions/bashly-generate/entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/bashly-generate/entrypoint.sh b/.github/actions/bashly-generate/entrypoint.sh index a232047..4d5f323 100755 --- a/.github/actions/bashly-generate/entrypoint.sh +++ b/.github/actions/bashly-generate/entrypoint.sh @@ -1,3 +1,5 @@ +#!/bin/sh + BASHLY_SETTINGS_PATH="src/settings.yml" bashly generate