File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name : Extract and Deduplicate Ambassador Applications
22
33on :
4- workflow_dispatch : # Manual trigger only
4+ workflow_dispatch :
55
66jobs :
77 summarize :
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 Extraction + Deduplication Script
2323 env :
2929 run : |
3030 git config --global user.email "[email protected] " 3131 git config --global user.name "GitHub Actions"
32- git add ambassador/submissions_all .csv ambassador/submissions_deduped .csv ambassador/submissions_duplicates.csv || true
32+ git add ambassador/submissions_all_raw .csv ambassador/submissions_deduplicated .csv ambassador/submissions_duplicates_removed.xlsx || true
3333 git commit -m "Update extracted and deduplicated ambassador application data" || echo "No changes to commit"
3434 git push
You can’t perform that action at this time.
0 commit comments