From 6cbcdeccba0b190220c16942fe4fc419a576fba7 Mon Sep 17 00:00:00 2001 From: Nikolaos Dimopoulos Date: Thu, 16 Nov 2023 04:32:57 -0600 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 908d137..3a00b70 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,8 @@ jobs: docker run \ --rm \ -v $PWD:/mnt:ro dkhamsing/awesome_bot \ - --white-list "test.com" \ + --white-list "https://gab.com/phalcon" \ + --white-list "https://twitter.com/phalconphp" \ --allow-dupe \ --allow-redirect \ --skip-save-results \