Skip to content

Commit

Permalink
Update destination
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul committed Feb 25, 2024
1 parent 225f524 commit 57e334c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/load.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
env:
OPENSEARCH_URL: ${{ secrets.OS_URL }}
run: |
yarn ts-node src/load.ts ../aggregate/cards.yaml yu-gi-oh_ocg-tcg_20230501
yarn ts-node src/load.ts ../aggregate/rush.yaml yu-gi-oh_rush_20230501
yarn ts-node src/load.ts ../aggregate/cards.yaml yu-gi-oh_ocg-tcg
yarn ts-node src/load.ts ../aggregate/rush.yaml yu-gi-oh_rush
4 changes: 2 additions & 2 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ jobs:
env:
OPENSEARCH_URL: ${{ secrets.OS_URL }}
run: |
yarn ts-node src/load.ts ../aggregate/cards.yaml yu-gi-oh_ocg-tcg_20230501
yarn ts-node src/load.ts ../aggregate/rush.yaml yu-gi-oh_rush_20230501
yarn ts-node src/load.ts ../aggregate/cards.yaml yu-gi-oh_ocg-tcg
yarn ts-node src/load.ts ../aggregate/rush.yaml yu-gi-oh_rush

0 comments on commit 57e334c

Please sign in to comment.