Skip to content

Commit

Permalink
ci: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Sep 17, 2020
1 parent 3eae5b8 commit 8b04804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/suggest-related-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: fastText
if: github.event_name == 'issues'
run: |
cd ./models/fasttext
cd ./actions-suggest-related-links/models
cp /tmp/actions-suggest-related-links/training-data.json .
echo '${{ github.event.issue.title }} ${{ github.event.issue.body }}' > input.txt
python3 train.py -d training-data.json -test input.txt
Expand Down

0 comments on commit 8b04804

Please sign in to comment.