diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 54ce4fa..e7b530e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,14 +26,14 @@ jobs: with: working_directory: cv root_file: main.tex - - name: Move build .pdf + - name: Move built .pdf run: | mv cv/main.pdf ./cv.pdf - name: Commit built .pdf - uses: EndBug/add-and-commit@v9 # You can change this to use a specific version. + uses: EndBug/add-and-commit@v9 with: add: 'cv.pdf' author_name: 'Jack Bond-Preston' author_email: 'jackbondpreston@outlook.com' - message: 'update cv.pdf (built by github action)' + message: '[github action] update cv.pdf'