diff --git a/.github/workflows/hercules.yml b/.github/workflows/hercules.yml index a17c8222c..f2aed6671 100644 --- a/.github/workflows/hercules.yml +++ b/.github/workflows/hercules.yml @@ -16,7 +16,7 @@ jobs: docker run --rm -v $(pwd):/repo --workdir=/repo \ srcd/hercules:latest \ /bin/bash -c \ - 'hercules --burndown --pb . | labours -m burndown-project -f pb --disable-projector -o hercules_charts \ + 'hercules --burndown --pb . | labours -m burndown-person -f pb --disable-projector -o hercules_charts \ && cd hercules_charts \ && tar -cf ../hercules_charts.tar * \ && cd .. \