Skip to content

Commit

Permalink
Commit v5 09/10
Browse files Browse the repository at this point in the history
  • Loading branch information
CPalmer3200 committed Oct 9, 2023
1 parent ba8d75a commit 8e204e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: run daily_scrape

on:
schedule:
- cron: '30 0 * * *' # At 00:30 every day
- cron: '30 12 * * *' # At 12:30 UTC every day

jobs:
build:
runs-on: ubuntu-latest
steps:

- name: checkout repo content
uses: actions/checkout@v2 # checkout the repository content to github runner
uses: actions/checkout@v3 # checkout the repository content to github runner

- name: setup python
uses: actions/setup-python@v4
Expand All @@ -30,7 +30,7 @@ jobs:
- name: execute dermal script # run dermal_main.py
env:
SECRET_TOKEN: ${{ secrets.SECRET_TOKEN }}
run: dermal_main.py
run: python dermal_main.py

- name: commit files
run: |
Expand Down
2 changes: 1 addition & 1 deletion start_date.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
06/10/2023
09/10/2023

0 comments on commit 8e204e9

Please sign in to comment.