A machine with a recent version of docker is required.
The command to use is similar to the following:
docker run --rm --env INPUT_TOKEN=**** --env INPUT_USER=user --volume=/tmp:/renders ghcr.io/lowlighter/metrics:latestTo pass parameters, pass environment variable with the same name as the corresponding action option but in uppercase and prefixed with INPUT_.
Generated files will be created in the mounted /renders directory.
💡 When running metrics with docker,
output_actionwill automatically default tononeinstead. To use a different output action, bothGITHUB_REPOSITORY(notice the absence ofINPUT_prefix) andINPUT_COMMITTER_TOKEN(with sufficient permissions) environment variables must be set.