We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6489f4a commit 251e284Copy full SHA for 251e284
action.yml
@@ -25,7 +25,7 @@ inputs:
25
mautic-version:
26
description: 'Mautic Docker image version'
27
required: false
28
- default: '6.0.5-apache'
+ default: '6.0.7-apache'
29
mautic-port:
30
description: 'Port for Mautic instance'
31
@@ -348,4 +348,4 @@ runs:
348
echo "🧹 Cleaning up SSH keys and temporary files..."
349
rm -f ~/.ssh/id_rsa
350
rm -f ~/.ssh/id_rsa.pub
351
- echo "✅ Cleanup completed"
+ echo "✅ Cleanup completed"
0 commit comments