Skip to content

Commit 8e30e32

Browse files
Add files via upload
1 parent aed2438 commit 8e30e32

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/traffic.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This workflow initializes a Python environment and executes
22
# the specified .py file/s at a scheduled time of 12:45am
33
# each day. In this case the traffic.py file located in the
4-
# main branch of this repository.
4+
# /src directory of this repository.
55

6-
name: GitHub Metrics
6+
name: GitHub Traffic Metrics
77

88
on:
99
# push:
@@ -31,4 +31,4 @@ jobs:
3131
- name: Run Python script to extract traffic
3232
env:
3333
TOKEN: ${{ secrets.DATA_TOKEN }}
34-
run: python traffic.py # Extract GitHub traffic and append to CSV
34+
run: python src/traffic.py # Extract GitHub traffic and append to CSV

0 commit comments

Comments
 (0)