Skip to content

Commit

Permalink
Change head
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Nov 11, 2024
1 parent d6d962d commit 9011419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-autocomplete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
const pulls = await github.rest.pulls.list({
owner: owner,
repo: repo,
head: context.ref,
head: 'update-course-data',
base: '270-bug-new-courses-missing-from-search-due-to-outdated-autocomplete-graph',
state: 'open',
});
Expand All @@ -70,7 +70,7 @@ jobs:
title: 'Update course data from API',
owner: owner,
repo: repo,
head: context.ref,
head: 'update-course-data',
base: '270-bug-new-courses-missing-from-search-due-to-outdated-autocomplete-graph',
body: [
'Fetch and rebuild autocomplete graph and combos table',
Expand Down

0 comments on commit 9011419

Please sign in to comment.