Skip to content

Commit

Permalink
Merge pull request #266 from LooseLab/Fix-faqtory-action
Browse files Browse the repository at this point in the history
Update faqtory.yml
  • Loading branch information
mattloose authored Oct 6, 2023
2 parents 201e00c + 780e167 commit 5a01339
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 5a01339

Please sign in to comment.