We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1451c commit 69af665Copy full SHA for 69af665
.github/workflows/summarize-ambassadors.yml
@@ -29,6 +29,6 @@ jobs:
29
run: |
30
git config --global user.email "[email protected]"
31
git config --global user.name "GitHub Actions"
32
- git add ambassador/output_step1/*.csv ambassador/output_step1/*.xlsx
+ git add ambassador/submissions_all_raw.csv ambassador/submissions_deduplicated.csv ambassador/submissions_duplicates_removed.xlsx
33
git commit -m "Update extracted and deduplicated ambassador application data" || echo "No changes to commit"
34
git push
0 commit comments