From 0b9366ee2364e6810b9771be19dd37770f4538fe Mon Sep 17 00:00:00 2001 From: jack bond-preston Date: Fri, 10 Jun 2022 04:11:31 +0100 Subject: [PATCH] github actions --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'