We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db86972 commit 701b774Copy full SHA for 701b774
1 file changed
.github/workflows/save-insights.yml
@@ -34,7 +34,6 @@ jobs:
34
with:
35
python-version: '3.10'
36
37
-
38
- name: Install dependencies
39
run: |
40
python3 -m pip install --upgrade pip
@@ -47,7 +46,7 @@ jobs:
47
46
TOKEN: ${{ secrets.GH_PAT }}
48
run: python insights/save_insights.py
49
50
- -name: Commit and Push Insights
+ - name: Commit and Push Insights
51
52
git config --local user.email "rbemowski@wisc.edu"
53
git config --local user.name "rbemowski"
@@ -58,4 +57,4 @@ jobs:
58
57
git commit -m "Save GitHub Insights (scheduled)"
59
git push
60
fi
61
+
0 commit comments