Skip to content

Commit

Permalink
fix: try to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Dec 6, 2024
1 parent b7b52d1 commit c853823
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,17 @@ jobs:
kubectl cp plugin shopware:/var/www/html/custom/plugins/plugin
kubectl exec pod/shopware -- bin/console plugin:refresh
kubectl exec pod/shopware -- bin/console plugin:install --activate ${{ inputs.repo }}
- name: Create comment
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ inputs.prNumber }}
repository: ${{ inputs.baseRepo }}
body: |
Hey :wave:,
I have created for you an Shopware Instalation with the current changes made here.
You can access the Shop here: ${{ steps.expose.outputs.preview-url }}
The URL is only for FriendsOfShopware members.

0 comments on commit c853823

Please sign in to comment.