Skip to content

Commit

Permalink
refactor: change repo owner to openedx in extract-translation-source-…
Browse files Browse the repository at this point in the history
…files.yml

Makes it so this will (hopefully) allow runners to work
  • Loading branch information
nsprenkle authored Nov 21, 2024
1 parent 6555202 commit 67d4a9e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/extract-translation-source-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@ jobs:
run: sudo apt install -y gettext

# Clones the repository
- name: clone ${{ github.repository_owner }}/${{ matrix.repo }}
- name: clone openedx/${{ matrix.repo }}
uses: actions/checkout@v3
with:
repository: ${{ github.repository_owner }}/${{ matrix.repo }}
repository: openedx/${{ matrix.repo }}
ref: ${{ github.event.inputs.ref }}
path: translations/${{ matrix.repo }}

Expand Down Expand Up @@ -345,10 +345,10 @@ jobs:
ref: ${{ needs.setup-branch.outputs.branch }}

# Clones the repository
- name: clone ${{ github.repository_owner }}/${{ matrix.repo }}
- name: clone openedx/${{ matrix.repo }}
uses: actions/checkout@v3
with:
repository: ${{ github.repository_owner }}/${{ matrix.repo }}
repository: openedx/${{ matrix.repo }}
ref: ${{ github.event.inputs.ref }}
path: translations/${{ matrix.repo }}

Expand Down Expand Up @@ -412,10 +412,10 @@ jobs:
ref: ${{ needs.setup-branch.outputs.branch }}

# Clones the repository
- name: clone ${{ github.repository_owner }}/${{ matrix.repository_config.repo }}
- name: clone openedx/${{ matrix.repository_config.repo }}
uses: actions/checkout@v3
with:
repository: ${{ github.repository_owner }}/${{ matrix.repository_config.repo }}
repository: openedx/${{ matrix.repository_config.repo }}
ref: ${{ github.event.inputs.ref || matrix.repository_config.ref }}
path: translations/${{ matrix.repository_config.repo }}

Expand Down

0 comments on commit 67d4a9e

Please sign in to comment.