Update action.yml

This commit is contained in:
tmalbos.pl 2025-03-01 15:54:19 +01:00
parent 5fb6bd0db5
commit aff0c0194b

View File

@ -39,7 +39,7 @@ jobs:
container_id=$(docker run -d --rm \
-e PLEXALYZER_TOKEN="$PLEXALYZER_TOKEN" \
-e MESSAGE_URL="$MESSAGE_URL" \
plexicus/plexalyzer:latest)
plexicus/plexalyzer-dev:latest)
docker cp "$(pwd)" "$container_id:/mounted_volumes"