From b3068a8d90c6cb091b25d6125d758cd02b774bbb Mon Sep 17 00:00:00 2001 From: Fabian Egli Date: Sat, 19 Oct 2024 00:12:25 +0200 Subject: [PATCH] add some signposts --- .github/workflows/daily_update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/daily_update.yml b/.github/workflows/daily_update.yml index e0ce102..6b6624a 100644 --- a/.github/workflows/daily_update.yml +++ b/.github/workflows/daily_update.yml @@ -15,7 +15,9 @@ jobs: pip install beautifulsoup4 requests git config --global user.name "dark-visitors" git config --global user.email "dark-visitors@users.noreply.github.com" + echo "Running update script ..." python code/dark_visitors.py + echo "... done." git --no-pager diff git add -A git diff --quiet && git diff --staged --quiet || (git commit -m "Daily update from Dark Visitors" && git push)