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 15c989b commit d12647dCopy full SHA for d12647d
.github/workflows/generate-csv.yml
@@ -33,6 +33,8 @@ jobs:
33
run: |
34
git config --global user.email "[email protected]"
35
git config --global user.name "GitHub Actions"
36
- git add ambassador/*.csv ambassador/*.xlsx ambassador/reviewer_sheets_excel/*.xlsx || true
+ git add "ambassador/*.csv"
37
+ git add "ambassador/*.xlsx"
38
+ git add "ambassador/reviewer_sheets_excel/*.xlsx"
39
git commit -m "Update Ambassador Submissions and Reviewer Sheets (CSV + Excel)" || echo "Nothing to commit"
40
git push
0 commit comments