Skip to content

Commit a481e93

Browse files
authored
Upgrade Mautic action to version 0.3.3
Updated the Mautic action version and plugin directory.
1 parent 7ec9d3d commit a481e93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Deploy Mautic
14-
uses: escopecz/mautic-do-action@0.3.2
14+
uses: escopecz/mautic-do-action@0.3.3
1515
with:
1616
vps-name: ${{ github.event.inputs.vps_name || vars.VPS_NAME || format('mautic-{0}', github.ref_name) }}
1717
vps-size: 's-1vcpu-1gb'
@@ -25,4 +25,4 @@ jobs:
2525
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
2626
mautic-port: '8001'
2727
plugins: |
28-
https://github.com/chimpino/stripe-plugin/archive/refs/heads/6.x.zip?directory=StripePlugin&token=${{ secrets.CHIMPINO_GITHUB_TOKEN }}
28+
https://github.com/chimpino/stripe-plugin/archive/refs/heads/6.x.zip?directory=StripeBundle&token=${{ secrets.CHIMPINO_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)