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/storm-site.git
commit 40808bc03f58cb25b03431703f9a7047302ed7ad Author: Richard Zowalla <[email protected]> AuthorDate: Fri May 2 20:45:21 2025 +0200 Fix for staging action --- .github/workflows/publish-staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-staging.yml b/.github/workflows/publish-staging.yml index 754e702109..7f36c232ec 100644 --- a/.github/workflows/publish-staging.yml +++ b/.github/workflows/publish-staging.yml @@ -41,7 +41,7 @@ jobs: - name: 'Checkout asf-staging' uses: actions/checkout@v4 with: - repository: 'apache/incubator-stormcrawler-site' + repository: 'apache/storm-site' ref: 'asf-staging' path: 'asf-staging'
