This is an automated email from the ASF dual-hosted git repository.

delei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git


The following commit(s) were added to refs/heads/main by this push:
     new dcefd6e3 fix: Use SHA reference for Netlify action (#680)
dcefd6e3 is described below

commit dcefd6e3d1e8571f9e5c72bb7433708f7ec4099b
Author: ongdisheng <[email protected]>
AuthorDate: Fri Nov 7 17:46:38 2025 +0000

    fix: Use SHA reference for Netlify action (#680)
---
 .github/workflows/preview-docs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/preview-docs.yml 
b/.github/workflows/preview-docs.yml
index c6bab51b..3c74a093 100644
--- a/.github/workflows/preview-docs.yml
+++ b/.github/workflows/preview-docs.yml
@@ -50,7 +50,7 @@ jobs:
         run: pnpm build
 
       - name: Deploy to Netlify
-        uses: nwtgck/[email protected]
+        uses: nwtgck/actions-netlify@4cbaf4c08f1a7bfa537d6113472ef4424e4eb654
         with:
           publish-dir: './website/build'
           production-deploy: false


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to