update apt sources

This commit is contained in:
LLdaniel 2025-09-06 20:53:29 +02:00
commit 430f693784

View file

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