Skip to content

Commit 202fedc

Browse files
committed
fix base on initial commits
1 parent b715613 commit 202fedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
fi
7272
HEAD=${{ github.event.after }}
7373
if [ ${{ github.event.before }} == "0000000000000000000000000000000000000000" ]; then
74-
BASE=$(git rev-parse $HEAD~$COMMIT_LENGTH)
74+
BASE=""
7575
else
7676
BASE=${{ github.event.before }}
7777
fi

0 commit comments

Comments
 (0)