diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index efa2f6e4..582a746d 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -39,4 +39,4 @@ jobs: time: '60s' - name: Check Wazuh indexer start - run: curl -XGET curl https://0.0.0.0:9200/_cluster/health -u admin:SecretPassword -k \ No newline at end of file + run: curl -XGET https://0.0.0.0:9200/_cluster/health -u admin:SecretPassword -k \ No newline at end of file