Skip to content

Commit

Permalink
Fix error in auto_update action (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
karimhabush committed Aug 16, 2022
1 parent 58d27bb commit d50e41b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<div id="top"></div>

## 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. |
Expand Down

0 comments on commit d50e41b

Please sign in to comment.