Skip to content

Commit

Permalink
gh_issue_template: print raw JSON on unknown error
Browse files Browse the repository at this point in the history
  • Loading branch information
lschuermann committed Nov 1, 2024
1 parent 64a8ba4 commit c8751b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gh_issue_template.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,9 @@ Details:
- Expected checksum: `{{ issue.record_checksum }}`
- Actual checsum: `{{ issue.response_checksum }}`

{% else %}
### Unknown Error Encountered

Error JSON: `{{ issue | tojson }}`

{% endif %}{% endfor %}

0 comments on commit c8751b1

Please sign in to comment.