Skip to content

Commit 6b5e1d8

Browse files
Update summarize-ambassadors.yml
1 parent 141cede commit 6b5e1d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/summarize-ambassadors.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ jobs:
1717
python-version: '3.x'
1818

1919
- name: Install Dependencies
20-
run: pip install PyGithub
20+
run: pip install PyGithub openpyxl
2121

2222
- name: Run Summary Script
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
GITHUB_REPOSITORY: pytorch-fdn/ambassador-program
25+
GITHUB_REPOSITORY: ${{ github.repository }}
2626
run: python .github/scripts/summarize_applications.py
2727

2828
- name: Commit and Push Summary
2929
run: |
3030
git config --global user.email "[email protected]"
3131
git config --global user.name "GitHub Actions"
3232
git add ambassador/SUMMARY.md ambassador/SUMMARY.csv
33-
git commit -m "Update Ambassador Application Summary"
33+
git commit -m "Update Ambassador Application Summary" || echo "No changes to commit"
3434
git push

0 commit comments

Comments
 (0)