From 7ae3c7a77378e291b9949a4c123ec9ca7fe1c41f Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Thu, 25 Dec 2025 08:48:12 +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 784db17..377d0df 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-composer: true + uses: humhub/module-coding-standards/.github/workflows/marketplace-upload.yml@main secrets: inherit \ No newline at end of file