From a58b6747a1cc8f5bd41e8b1fd7338b752abd8648 Mon Sep 17 00:00:00 2001 From: Gabriel Stackhouse Date: Fri, 12 Apr 2024 13:33:23 -0500 Subject: [PATCH] Quick change to entrypoint.sh to test action workflow --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 9f43f89..fc29a98 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -125,6 +125,7 @@ then fi # get current commit hash for tag +# Quick comment to test workflow tag_commit=$(git rev-list -n 1 "$tag" || true ) # get current commit hash commit=$(git rev-parse HEAD)