Open
Description
I couldn't install labours
but made it work with this docker command:
docker run --rm -v "$PWD":"$PWD" -w "$PWD" -u 1000 srcd/hercules hercules --burndown --pb . | docker run --rm -i -v "$PWD":"$PWD" -w "$PWD" -u 1000 srcd/hercules labours -f pb -m burndown-project --resample month -o git.png
it will create a ./git/project.png
file. Hope that helps save some time to people, I couldn't make the normal install to work but that command does exactly what I wanted.
Activity
RicardoHS commentedon Sep 26, 2024
Thank you very much. It works!
EgoPingvina commentedon Oct 31, 2024
It doesn't work for me. Could you please help, @chneau
My
main.yml
:An error:
chneau commentedon Oct 31, 2024
Could you try the command directly through the command line without GitHub Action? I'm not sure of the specifics on GitHub Action but the first docker command seems to not output anything to the
hercule
docker command as per the error.it works well for me on a linux machine on the bash command.
As well, your artifact output might be
./git/project.png