You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2022/01/26 14:14:43 UTC

[incubator-ponymail-foal] branch master updated: Protect from shell

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new f0cf286  Protect from shell
f0cf286 is described below

commit f0cf2866a216e3a4a5b2ac3607294987c2562f04
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jan 26 14:12:31 2022 +0000

    Protect from shell
---
 .github/workflows/integration-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml
index 223fc47..11ea6de 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -82,7 +82,7 @@ jobs:
     - name: stats1
       if: always()
       run: |
-        curl -sq http://localhost:8080/api/stats.lua?list=*&domain=*&d=gte=0d
+        curl -sq 'http://localhost:8080/api/stats.lua?list=*&domain=*&d=gte=0d'
     - name: Shutdown
       if: always()
       run: |