From 59ffb316277e77ac1a186536ca86a3de70850afa Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sun, 6 Oct 2024 22:49:12 +0300 Subject: [PATCH] Fix dubious ownership issue in GitHub Actions --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index fec2c92..46d5c4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 '*'