Skip to content

Commit

Permalink
feat: Add ecommerce to the translation pipeline
Browse files Browse the repository at this point in the history
Refs: FC-0012 OEP-58
  • Loading branch information
shadinaif committed Nov 13, 2023
1 parent e859af1 commit 18ffe96
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/extract-translation-source-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,17 @@ jobs:
// Need to use a workaround until https://github.com/actions/toolkit/issues/1576 is fixed
// const selectedRepo = core.getInput('repo');
// const selectedRepo = ${{ toJSON(github.event.inputs.repo) }};
const selectedRepo = ${{ toJSON('edx-platform') }};
const selectedRepo = ${{ toJSON('ecommerce') }};
const allPythonRepos = [
'edx-platform',
// 'edx-platform',
// 'AudioXBlock',
// 'completion',
// 'course-discovery',
// 'credentials',
// 'credentials-themes',
// 'DoneXBlock',
'ecommerce',
// 'edx-ace',
// 'edx-bulk-grades',
// 'edx-ora2',
Expand Down Expand Up @@ -176,7 +177,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: Zeit-Labs/${{ matrix.repo }}
ref: shadinaif/FC-0012-OEP-58.no-segment
ref: shadinaif/FC-0012-OEP-58
path: translations/${{ matrix.repo }}

- name: prepare the environment with edx-platform specific changes
Expand Down

0 comments on commit 18ffe96

Please sign in to comment.