Testing auto commit

This commit is contained in:
Evan Kivolowitz 2023-01-16 15:59:30 -06:00
parent 43b8374206
commit ca9d37eb05

View file

@ -13,3 +13,10 @@ jobs:
- name: Create PDF
run: |
pandoc README.md -o README.pdf
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
author_name: Evan Kivolowitz
author_email: ekivolowitz@wisc.edu
message: 'Generating pdfs.'
add: '*.pdf'