From d988b0acae8dde285fd847ec8a6c44822bcd5717 Mon Sep 17 00:00:00 2001 From: joe miller Date: Thu, 6 Apr 2023 11:09:40 -0700 Subject: [PATCH] enable -x to aid debugging --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 7ed51f0..3ed13ee 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash set -euo pipefail +set -x COMMIT_MESSAGE="${1:?Missing commit_message input}" REPO="${2:?Missing repo input}"