From 1e89f9b4b999d2321780df46227ab18fdc0a2596 Mon Sep 17 00:00:00 2001 From: "M.P. Korstanje" Date: Thu, 27 Apr 2023 23:46:03 +0200 Subject: [PATCH] Fix typos and spelling --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 2cb6424..544443a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -10,7 +10,8 @@ echo "Next version: '$next_version'" # Get release notes from CHANGELOG body=$(changelog show "$next_version_heading") -# Disable warnings about dubious owner ship +# Disable warnings about dubious ownership +# We only really need to know the current head. git config --global --add safe.directory '*' # Create GitHub Release