From 0180eee514075f28fee9fae1d53a61cc36324b8c Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 31 Aug 2025 20:43:57 -0400 Subject: [PATCH] Tweak to action.yaml for Gitea compatibility (see https://github.com/frenck/action-home-assistant/issues/101). --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 5d97fbf..e9d6755 100644 --- a/action.yaml +++ b/action.yaml @@ -111,7 +111,7 @@ runs: fi docker run --rm \ --entrypoint "" \ - -v $(pwd):/github/workspace \ + --volumes-from ${{ env.JOB_CONTAINER_NAME }} \ $env_file_arg \ --workdir /github/workspace \ "ghcr.io/home-assistant/home-assistant:${{ steps.version.outputs.version }}" \