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 == '' }}