diff --git a/.github/workflows/preview-site.yml b/.github/workflows/preview-site.yml index 0e0f3ac55fd..6b6f3a5b404 100644 --- a/.github/workflows/preview-site.yml +++ b/.github/workflows/preview-site.yml @@ -46,6 +46,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} folder: ./site/dist branch: gh-pages + commit-message: Preview of \`${{ github.ref_name }}\` (${{ github.repository}}@${{github.sha}}) target-folder: preview/${{ github.sha }} - name: Update PR status