Skip to content

Commit 701b774

Browse files
authored
Update save-insights.yml
- Quick fix on the save-insights.yml file.
1 parent db86972 commit 701b774

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/save-insights.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
with:
3535
python-version: '3.10'
3636

37-
3837
- name: Install dependencies
3938
run: |
4039
python3 -m pip install --upgrade pip
@@ -47,7 +46,7 @@ jobs:
4746
TOKEN: ${{ secrets.GH_PAT }}
4847
run: python insights/save_insights.py
4948

50-
-name: Commit and Push Insights
49+
- name: Commit and Push Insights
5150
run: |
5251
git config --local user.email "rbemowski@wisc.edu"
5352
git config --local user.name "rbemowski"
@@ -58,4 +57,4 @@ jobs:
5857
git commit -m "Save GitHub Insights (scheduled)"
5958
git push
6059
fi
61-
60+

0 commit comments

Comments
 (0)