From bf92682d87d78957b49b8fb6952ba28970863e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Kr=C3=A4ml?= Date: Wed, 3 Jun 2026 10:02:56 +0200 Subject: [PATCH] fix: add missing input for shopware-version --- eslint/action.yml | 2 +- setup-extension/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eslint/action.yml b/eslint/action.yml index 2c835c3..dc65140 100644 --- a/eslint/action.yml +++ b/eslint/action.yml @@ -50,7 +50,7 @@ runs: with: fallback: ${{ inputs.shopwareVersionFallback }} repo: ${{ inputs.shopware-repository }} - shopware-github-token: ${{ inputs.shopware-github-token }} + github-token: ${{ inputs.shopware-github-token }} id: version if: ${{ inputs.shopwareVersion == '.auto' || inputs.shopwareVersion == '' }} - name: Clone Shopware diff --git a/setup-extension/action.yml b/setup-extension/action.yml index 4660997..27398eb 100644 --- a/setup-extension/action.yml +++ b/setup-extension/action.yml @@ -119,7 +119,7 @@ runs: with: fallback: ${{ inputs.shopwareVersionFallback }} repo: ${{ inputs.shopware-repository }} - shopware-github-token: ${{ inputs.shopware-github-token }} + github-token: ${{ inputs.shopware-github-token }} id: version if: ${{ inputs.shopwareVersion == '.auto' || inputs.shopwareVersion == '' }}