We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed2438 commit 8e30e32Copy full SHA for 8e30e32
1 file changed
.github/workflows/traffic.yml
@@ -1,9 +1,9 @@
1
# This workflow initializes a Python environment and executes
2
# the specified .py file/s at a scheduled time of 12:45am
3
# each day. In this case the traffic.py file located in the
4
-# main branch of this repository.
+# /src directory of this repository.
5
6
-name: GitHub Metrics
+name: GitHub Traffic Metrics
7
8
on:
9
# push:
@@ -31,4 +31,4 @@ jobs:
31
- name: Run Python script to extract traffic
32
env:
33
TOKEN: ${{ secrets.DATA_TOKEN }}
34
- run: python traffic.py # Extract GitHub traffic and append to CSV
+ run: python src/traffic.py # Extract GitHub traffic and append to CSV
0 commit comments