Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roumail committed Nov 15, 2023
1 parent da20270 commit bac8038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-cv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
unzip resume.zip -d resume
RESUME_NAME=$(ls resume/*.pdf)
RESUME_NAME=${RESUME_NAME##*/}
cp -f "resume/$RESUME_NAME" static/upload/resume.pdf
cp -f "resume/$RESUME_NAME" static/uploads/resume.pdf
- name: Commit and Push CV Update
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
git add static/upload/resume.pdf
git add static/uploads/resume.pdf
git commit -m 'Update CV to latest version'
git push

0 comments on commit bac8038

Please sign in to comment.