From bf80a9d7619fa78614583a18b99e203458b76766 Mon Sep 17 00:00:00 2001 From: Jeevitha Kannan K S Date: Wed, 9 Oct 2024 23:42:15 +0530 Subject: [PATCH] Refact commit msg --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index e7a75356..725f781a 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -50,7 +50,7 @@ jobs: - name: Upload preview uses: stefanzweifel/git-auto-commit-action@v5 with: - commit_message: Preview for ${{ github.sha }} + commit_message: Preview for ${{ env.run_id }} file_pattern: "docs/assets/preview.gif" add_options: "--force" if: success() \ No newline at end of file