Skip to content

Commit

Permalink
[fix] Data Submission path in GtiHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Jul 8, 2024
1 parent 9692cd8 commit 39f4c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submit-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Add data to YAML
run: |
cat << EOF >> ${{ steps.issue-parser.outputs.issueparser_category }}.yml
cat << EOF >> data/${{ steps.issue-parser.outputs.issueparser_category }}.yml
- name: "${{ github.event.issue.title }}"
author: "${{ steps.issue-parser.outputs.issueparser_author }}"
description: |
Expand Down

0 comments on commit 39f4c6c

Please sign in to comment.