1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 22:26:46 +02:00

feat(tests): try to fix deploy #477

This commit is contained in:
Awilum
2020-11-21 00:43:09 +03:00
parent e1f22e8b41
commit 21779ac28d

View File

@@ -37,7 +37,7 @@ jobs:
if: "matrix.php >= 8"
- name: Deploy on Test
if: "matrix.os == ubuntu-latest"
if: "matrix.os == 'ubuntu-latest'"
uses: kevinpainchaud/simple-ftp-deploy-action@v1.2.1
with:
ftp_host: ${{ secrets.FTP_HOST }}