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

rzo1 pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-stormcrawler-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 97bb8e2  Fix name of repository to checkout for pushing changes from 
GH action generation (#17)
97bb8e2 is described below

commit 97bb8e242d590748a8e1a0654d60e6a718a8683a
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Apr 25 09:57:39 2024 +0200

    Fix name of repository to checkout for pushing changes from GH action 
generation (#17)
---
 .github/workflows/publish.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 6c4b57d..8dcfa40 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -44,7 +44,7 @@ jobs:
       - name: 'Checkout asf-site'
         uses: actions/checkout@v4
         with:
-          repository: 'apache/stormcrawler-site'
+          repository: 'apache/incubator-stormcrawler-site'
           ref: 'asf-site'
           path: 'asf-site'
 

Reply via email to