gh action uses image without git: therefore add it, provide the newest moderncv_userguide.pdf manually due to failed action

This commit is contained in:
LLdaniel 2025-09-06 20:28:41 +02:00
commit c96a450428
2 changed files with 2 additions and 0 deletions

View file

@ -45,6 +45,8 @@ jobs:
- name: Push new user guide to master
if: ${{ github.ref_name == 'master' }}
run: |
# maybe switch to an image with git already included, for now install it here
apt install git -y
git config --global user.name '${{ env.UG_AUTHOR }}'
git config --global user.email '${{ github.actor }}@users.noreply.github.com'
git add manual/moderncv_userguide.pdf

Binary file not shown.