From a360725d61e0dc87cd40d1048df7dd876b3ac8b6 Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Wed, 24 Dec 2025 16:55:27 +0300 Subject: [PATCH] Use module-coding-standards workflow actions --- .github/workflows/marketplace-upload.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/marketplace-upload.yml b/.github/workflows/marketplace-upload.yml index eaade6c8..377d0df8 100644 --- a/.github/workflows/marketplace-upload.yml +++ b/.github/workflows/marketplace-upload.yml @@ -7,7 +7,5 @@ name: Upload to HumHub Marketplace jobs: build: - uses: humhub/actions/.github/workflows/module-marketplace-upload.yml@main - with: - install-npm: true + uses: humhub/module-coding-standards/.github/workflows/marketplace-upload.yml@main secrets: inherit \ No newline at end of file