#45773·docs

Wrong translation in French version of the "Manually running a workflow" article

Author: khalidbelkCreated Sep 6, 2026Updated Sep 7, 2026
Labelscontentlocalization

Code of Conduct

What article on docs.github.com is affected?

The "Manually running a workflow" article. In the French version (see /fr/ in the URL below):

https://docs.github.com/fr/actions/how-tos/manage-workflow-runs/manually-run-a-workflow

What changes are you suggesting?

Currently the website has a literal translation that is wrong in French :

markdown
Vous pouvez définir jusqu’à 25 `inputs` pour un `workflow_dispatch` événement.

should be

markdown
Vous pouvez définir jusqu’à 25 `inputs` pour un événement `workflow_dispatch`.

Additional information

No response