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