Skip to content

Commit 09e91fe

Browse files
Update views.yml
1 parent dd4b6b5 commit 09e91fe

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/views.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# Extract GitHub views and append to CSV
21
# This workflow initializes a Python environment and executes
3-
# the specified .py file/s at a scheduled time of midnight
2+
# the specified .py file/s at a scheduled time of 11:30pm
43
# each day. In this case the views.py file located in the
54
# main branch of this repository.
65

@@ -32,4 +31,4 @@ jobs:
3231
- name: Run Python script to extract views
3332
env:
3433
TOKEN: ${{ secrets.DATA_TOKEN }}
35-
run: python views.py
34+
run: python views.py # Extract GitHub views and append to CSV

0 commit comments

Comments
 (0)