Tweak to action.yaml for Gitea compatibility (see https://github.com/frenck/action-home-assistant/issues/101).
Release Drafter / ✏️ Draft release (push) Failing after 48s
Lint / Prettier (push) Successful in 1m0s
Lint / yamllint (push) Successful in 1m13s
Test / Home Assistant Core Configuration Check (push) Failing after 32s

This commit is contained in:
2025-08-31 20:43:57 -04:00
parent 6be6358727
commit 0180eee514
+1 -1
View File
@@ -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 }}" \