Skip to content

Commit

Permalink
Use current branch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Nov 9, 2024
1 parent b6da371 commit 67647d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-autocomplete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git checkout develop
git checkout 270-bug-new-courses-missing-from-search-due-to-outdated-autocomplete-graph
git branch -D update-course-data || true # Delete branch if it exists locally
git checkout -b update-course-data
Expand All @@ -53,7 +53,7 @@ jobs:
owner: owner,
repo: repo,
head: context.ref,
base: 'develop',
base: '270-bug-new-courses-missing-from-search-due-to-outdated-autocomplete-graph',
state: 'open',
});
Expand All @@ -63,7 +63,7 @@ jobs:
owner: owner,
repo: repo,
head: context.ref,
base: 'develop',
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 67647d3

Please sign in to comment.