Skip to content

Commit

Permalink
chore(xyz-build): update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Apr 23, 2024
1 parent 656ab82 commit cb755a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/xyz-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,12 @@ jobs:
- uses: actions/checkout@v4
if: ${{ ! vars.SKIP_BUILD || ! vars.SKIP_FUNCTION }}
with:
repository: mdn/translated-content
repository: mdn/mtc
ref: wip
path: mdn/translated-content
# See matching warning for mdn/content checkout step
fetch-depth: 0
token: ${{ secrets.MDN_MTC_PAT }}

- uses: actions/checkout@v4
if: ${{ ! vars.SKIP_BUILD }}
Expand Down

0 comments on commit cb755a9

Please sign in to comment.