Skip to content

Commit 78ef91a

Browse files
authored
Branch was updated using the 'autoupdate branch' Actions workflow.
2 parents fc4223f + 3533cbf commit 78ef91a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
script: |
4343
const { owner, repo } = context.repo
4444
45-
const pr = await github.pulls.get({
45+
const { data: pr } = await github.pulls.get({
4646
owner,
4747
repo,
4848
pull_number: parseInt(${{ steps.find-pull-request.outputs.number }})

.github/workflows/sync-single-english-algolia-index.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,6 @@ jobs:
4747
ALGOLIA_APPLICATION_ID: ${{ secrets.ALGOLIA_APPLICATION_ID }}
4848
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50-
run: npm run sync-search
50+
run: |
51+
npm run build
52+
npm run sync-search

0 commit comments

Comments
 (0)