do not stop at filesystem boundaries (testing purposes)

This commit is contained in:
LLdaniel 2026-01-31 13:59:51 +01:00
commit 204905aa86

View file

@ -50,6 +50,9 @@ 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
ls -la
cd "$GITHUB_WORKSPACE"
ls -la
apt update && 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'