Skip to content

Commit

Permalink
docs: fix typo module_name -> python_module_name (#528)
Browse files Browse the repository at this point in the history
The fix amends an outdated matrix yaml config.

This contribution is part of the [FC-0012 project](https://openedx.atlassian.net/l/cp/XGS0iCcQ) which is sparked by the [Translation Infrastructure update OEP-58](https://open-edx-proposals.readthedocs.io/en/latest/architectural-decisions/oep-0058-arch-translations-management.html#specification).
  • Loading branch information
OmarIthawi authored Aug 10, 2023
1 parent 6f4f651 commit 0574b67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extract-translation-source-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
max-parallel: 1
matrix:
repo:
# Note: Add `module_name` for all edx-platform plugins and XBlocks such as DoneXBlock and completion, but not
# for micrsoervices and IDAs such as course-discovery and credentials.
# Note: Add `python_module_name` for all edx-platform plugins and XBlocks such as DoneXBlock and completion,
# but not for micrsoervices and IDAs such as course-discovery and credentials.
- repo_name: AudioXBlock
python_module_name: audio
- repo_name: completion
Expand Down

0 comments on commit 0574b67

Please sign in to comment.