Skip to content

Commit

Permalink
ci: use main again
Browse files Browse the repository at this point in the history
  • Loading branch information
pweyck committed Mar 10, 2025
1 parent eed06be commit d558b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup-extension/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: shopware/github-actions/shopware-version@feat-add-shopware-github-token-input
- uses: shopware/github-actions/shopware-version@main
with:
fallback: ${{ inputs.shopwareVersionFallback }}
repo: ${{ inputs.shopware-repository }}
Expand All @@ -109,7 +109,7 @@ runs:
if: ${{ inputs.shopwareVersion == '.auto' || inputs.shopwareVersion == '' }}

- name: Setup Shopware
uses: shopware/setup-shopware@feat-add-shopware-github-token-input
uses: shopware/setup-shopware@main
with:
shopware-version: ${{ steps.version.outputs.shopware-version || inputs.shopwareVersion }}
shopware-repository: ${{ inputs.shopware-repository }}
Expand Down

0 comments on commit d558b15

Please sign in to comment.