From eff2abcceffa7fa9e2aff48628c8dca863add4c3 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 18 May 2026 18:12:12 +0200 Subject: [PATCH] =?UTF-8?q?fixup!=20=F0=9F=94=A7(compose)=20replace=20mini?= =?UTF-8?q?o=20by=20rustfs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/impress.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/impress.yml b/.github/workflows/impress.yml index 5100177b4..3771ff43f 100644 --- a/.github/workflows/impress.yml +++ b/.github/workflows/impress.yml @@ -154,7 +154,8 @@ jobs: - name: Create writable /data run: | sudo mkdir -p /data/media && \ - sudo mkdir -p /data/static + sudo mkdir -p /data/static && \ + sudo chown -R 10001:10001 /data/media - name: Restore the mail templates uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5