From 40a518fa84f2f5e6baed6754954b8fd856de5f9f Mon Sep 17 00:00:00 2001 From: atheeq-rhxn Date: Sun, 15 Mar 2026 18:20:50 +0530 Subject: [PATCH] fix: simplify sync commit message to use source URL only --- .github/workflows/sync-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-website.yml b/.github/workflows/sync-website.yml index 3577a65b..57c99e71 100644 --- a/.github/workflows/sync-website.yml +++ b/.github/workflows/sync-website.yml @@ -40,5 +40,5 @@ jobs: git add apps/web/content/docs git diff --staged --quiet || git commit \ -m "docs: content update from mangowm/mango" \ - -m "${{ github.event.head_commit.message }}\nSource: ${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}" + -m "${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}" git push