From d50e41bee1ed6625e25125876139a377008608bc Mon Sep 17 00:00:00 2001 From: karimhabush <37211852+karimhabush@users.noreply.github.com> Date: Tue, 16 Aug 2022 14:00:05 +0100 Subject: [PATCH] Fix error in auto_update action (#37) --- .github/workflows/auto_update.yml | 3 +-- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/auto_update.yml b/.github/workflows/auto_update.yml index 5d8add9d3..60bc15e24 100644 --- a/.github/workflows/auto_update.yml +++ b/.github/workflows/auto_update.yml @@ -17,8 +17,7 @@ jobs: architecture: 'x64' - run: python -m pip install poetry - run: python -m poetry install - - run: python -m poetry run python src/main.py - + - run: python -m poetry run python src/cyberowl/main.py - name: Setup git config run: | git config user.name "CyberOwl Bot" diff --git a/README.md b/README.md index ead37d0c5..6950b03ef 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@
-## CyberOwl -> Last Updated 16/08/2022 09:19:47 UTC +## CyberOwl +> Last Updated 16/08/2022 09:19:47 UTC A daily updated summary of the most frequent types of security incidents currently being reported from different sources. ---- +--- -### :kangaroo: Jump to +### :kangaroo: Jump to | CyberOwl Sources | Description | |---|---| | [US-CERT](#us-cert-arrow_heading_up) | United States Computer Emergency and Readiness Team. |