Skip to content

Commit

Permalink
Security Update in new_issues.yml (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachfop authored Jul 31, 2023
2 parents d8df39a + 5d8943e commit 4880635
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/new_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- name: Install FAQtory
run: pip install FAQtory
- name: Run Suggest
run: faqtory suggest "${{ github.event.issue.title }}" > suggest.md
env:
TITLE: ${{ github.event.issue.title }}
run: faqtory suggest "$TITLE" > suggest.md
- name: Read suggest.md
id: suggest
uses: juliangruber/read-file-action@v1
Expand Down

0 comments on commit 4880635

Please sign in to comment.