We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec9d3d commit a481e93Copy full SHA for a481e93
1 file changed
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Deploy Mautic
14
- uses: escopecz/mautic-do-action@0.3.2
+ uses: escopecz/mautic-do-action@0.3.3
15
with:
16
vps-name: ${{ github.event.inputs.vps_name || vars.VPS_NAME || format('mautic-{0}', github.ref_name) }}
17
vps-size: 's-1vcpu-1gb'
@@ -25,4 +25,4 @@ jobs:
25
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
26
mautic-port: '8001'
27
plugins: |
28
- https://github.com/chimpino/stripe-plugin/archive/refs/heads/6.x.zip?directory=StripePlugin&token=${{ secrets.CHIMPINO_GITHUB_TOKEN }}
+ https://github.com/chimpino/stripe-plugin/archive/refs/heads/6.x.zip?directory=StripeBundle&token=${{ secrets.CHIMPINO_GITHUB_TOKEN }}
0 commit comments