From 66bd5715a0db4e449054770980730ae43afc8dba Mon Sep 17 00:00:00 2001 From: Dominique RIGHETTO Date: Tue, 30 Jan 2024 10:41:07 +0100 Subject: [PATCH] Update pythonapp.yml --- .github/workflows/pythonapp.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 73ffe02..6560835 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -25,6 +25,7 @@ jobs: pip install -r requirements.txt pip uninstall --yes dnsdumpster pip install https://github.com/PaulSec/API-dnsdumpster.com/archive/master.zip - - name: Try an execution + - name: Execute the CI script run: | - python wpr.py -d righettod.eu -s -n 8.8.8.8 -t 30 + chmod +x ci.sh + bash ci.sh