Fix dubious ownership issue in GitHub Actions
Some checks failed
Build Docker image / Build and publish image (push) Failing after 8s

This commit is contained in:
Marko Korhonen 2024-10-06 22:49:12 +03:00
parent 8f78963464
commit 59ffb31627
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -17,3 +17,6 @@ RUN pacman -S ruby-rouge --noconfirm
RUN pacman -S npm --noconfirm
RUN pacman -S git --noconfirm
RUN pacman -S ruby-asciidoctor-html5s --noconfirm
# Fix dubious ownership issue in GitHub Actions
git config --system --add safe.directory '*'