From 57fe90ce71c062ee20dbe067db40bac23091b91e Mon Sep 17 00:00:00 2001 From: ibo <41344259+sneazy-ibo@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:20:42 +0200 Subject: [PATCH] fix: parent max of 10 --- .github/workflows/beta.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 9f2238d4..6beca3ea 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -37,7 +37,7 @@ jobs: LAST_SHA=$(cat last_sha.txt) else # Fallback to first commit if no previous SHA available - LAST_SHA=$(git rev-list --max-parents=0 HEAD) + LAST_SHA=$(git rev-list --max-parents=10 HEAD) fi echo "Commits since $LAST_SHA:" # Accumulate commit logs in a shell variable @@ -117,7 +117,7 @@ jobs: --arg timestamp "$(date -u +%Y-%m-%dT%H:%M:%S.000Z)" \ --arg thumbnail_url "https://avatars.githubusercontent.com/u/41344259?v=4" \ '{ - "content": "everyone", + "content": "@everyone", "embeds": [ { "title": "New Alpha-Build dropped",