We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e91007 commit 1f4d97bCopy full SHA for 1f4d97b
.github/workflows/build.yml
@@ -3,14 +3,13 @@ name: BuildPlugin
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
8
jobs:
9
build:
10
- uses: FriendsOfShopware/workflows/.github/workflows/store.yml@main
+ uses: FriendsOfShopware/workflows/.github/workflows/store-shopware-cli.yml@main
11
with:
12
extensionName: FroshProductCompare
13
- shopwareVersion: 6.4.1
14
secrets:
15
accountUser: ${{ secrets.ACCOUNT_USER }}
16
accountPassword: ${{ secrets.ACCOUNT_PASSWORD }}
0 commit comments