Skip to content

Commit

Permalink
Update faqtory.yml
Browse files Browse the repository at this point in the history
Add the correct path to the config yaml for faqtory.

Closes #265
  • Loading branch information
Adoni5 authored and mattloose committed Oct 6, 2023
1 parent 201e00c commit 780e167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/faqtory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Run Suggest
env:
TITLE: ${{ github.event.issue.title }}
run: faqtory suggest "$TITLE" > suggest.md
run: faqtory suggest -c .github/faq.yml "$TITLE" > suggest.md
- name: Read suggest.md
id: suggest
uses: juliangruber/read-file-action@v1
Expand Down

0 comments on commit 780e167

Please sign in to comment.