Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:
cancel-in-progress: true
jobs:
build_and_publish:
uses: shopware/github-actions/.github/workflows/store-release.yml@641b51465fa77989b8bbe345665681212be3e385
uses: shopware/github-actions/.github/workflows/store-release.yml@0ffd2fb755ce2a47ac0fbef3335405d604dbfbdc
with:
extensionName: JeboehmAccessProtection
secrets:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ concurrency:
cancel-in-progress: true
jobs:
phpstan:
uses: shopware/github-actions/.github/workflows/phpstan.yml@641b51465fa77989b8bbe345665681212be3e385
uses: shopware/github-actions/.github/workflows/phpstan.yml@0ffd2fb755ce2a47ac0fbef3335405d604dbfbdc
with:
extensionName: JeboehmAccessProtection
zip:
uses: shopware/github-actions/.github/workflows/build-zip.yml@641b51465fa77989b8bbe345665681212be3e385
uses: shopware/github-actions/.github/workflows/build-zip.yml@0ffd2fb755ce2a47ac0fbef3335405d604dbfbdc
with:
extensionName: JeboehmAccessProtection
# phpunit:
Expand All @@ -30,6 +30,6 @@ jobs:
with:
node-version: 'lts/*'
- name: Run Check
uses: shopware/github-actions/extension-verifier@641b51465fa77989b8bbe345665681212be3e385
uses: shopware/github-actions/extension-verifier@0ffd2fb755ce2a47ac0fbef3335405d604dbfbdc
with:
action: check