Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
fix(submission): prevent script injection
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Jun 6, 2024
1 parent b5f2afa commit a2c531b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto-update-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ jobs:
template-path: .github/ISSUE_TEMPLATE/theme.yml

- name: Crease JSON
env:
JSON_STRING: ${{ steps.issue-parser.outputs.jsonString }}
run: |
echo '${{ steps.issue-parser.outputs.jsonString }}' > submission.json
echo ${JSON_STRING} > submission.json
- name: Get Issue Author ID
id: author
Expand Down

0 comments on commit a2c531b

Please sign in to comment.