Skip to content

Commit 9c9cfa3

Browse files
authored
Merge pull request #268 from iory/ga-issue
[ga] Extract github issue comment correctly
2 parents 32293f6 + 01382a0 commit 9c9cfa3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/core-dump-analysis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
- name: Run riberry-analyze-core-dump
2727
id: analyze
2828
run: |
29-
echo "${{ github.event.issue.body }}" > issue_body.txt
29+
cat <<EOF > issue_body.txt
30+
${{ github.event.issue.body }}
31+
EOF
3032
echo "DEBUG: Issue body content:"
3133
cat issue_body.txt
3234
ANALYSIS_RESULT=$(riberry-analyze-core-dump --file issue_body.txt || echo "Error: Failed to analyze core dump. Check input format or script logic.")

0 commit comments

Comments
 (0)