Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

masta #104

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

masta #104

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions .github/workflows/auto_update.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: auto_update_cron_job

on:
name: main
cpan --install log::Log4Perl
schedule:
- cron: '0 9,21 * * *'
workflow_dispatch:
Expand All @@ -20,11 +19,5 @@ jobs:
- run: python -m poetry run python src/cyberowl/main.py
- name: Setup git config
run: |
git config user.name "CyberOwl Bot"
git config user.email "<>"
git config user.name "l3aalteshuva"

- name: Commit
run: |
git add README.md
git commit -m "Automatic update with GitHub Actions"
git push origin ${GITHUB_REF##*/}