From a92b03a71dada2edaba7c880e72d78d2d9bed4e5 Mon Sep 17 00:00:00 2001 From: Bob Idle <102661087+bobidle@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:46:44 +0100 Subject: [PATCH] fix base on initial commits --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 218c3ba53122..4546d2325123 100644 --- a/action.yml +++ b/action.yml @@ -71,7 +71,7 @@ runs: fi HEAD=${{ github.event.after }} if [ ${{ github.event.before }} == "0000000000000000000000000000000000000000" ]; then - BASE=$(git rev-parse $HEAD~$COMMIT_LENGTH) + BASE="" else BASE=${{ github.event.before }} fi