Skip to content

Commit

Permalink
docs: update path in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joshjohanning committed May 29, 2024
1 parent 3be98d8 commit bd9aaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Use this action to convert issues into a unified JSON structure. Read the [Codel
with:
template-path: .github/ISSUE_TEMPLATE/bug-report.yml # optional but recommended

- run: cat ${HOME}/issue-parser-result.json
- run: cat ${{ runner.temp }}/issue-parser-result.json

- run: echo $FAVORITE_DISH
env:
Expand Down

0 comments on commit bd9aaba

Please sign in to comment.