Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zdj97 authored Oct 9, 2022
1 parent c528c6e commit bf3801c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: morning
on:
schedule:
- cron: '0 1 * * *'


jobs:
send_message:
runs-on: ubuntu-latest
name: send morning to your girlfriend

steps:
- name: checkout
uses: actions/checkout@v3
with:
ref: master

- name: sender
uses: actions/setup-python@v2
with:
python-version: '3.x'
architecture: 'x64'
- run: pip install -r ./requirements.txt && python ./main.py

0 comments on commit bf3801c

Please sign in to comment.