Skip to content

Commit

Permalink
Update fix.yml
Browse files Browse the repository at this point in the history
jaeyonglee0205 authored Mar 1, 2024
1 parent b6a04c7 commit 8414a6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/fix.yml
Original file line number Diff line number Diff line change
@@ -34,8 +34,9 @@ jobs:
run: |
body_1=$(cat body_1.txt)
body_2=$(python debug/iterate_report.py)
body="## Collecting Raw Data \n ${body_1} \n ${body_2}"
gh issue create -t "Output of Github Action" -b "$body" -l "auto"
body="# Collecting Raw Data \n ${body_1} \n ${body_2}"
echo $body >> markdown.md
gh issue create -t "Output of Github Action" -b "$(cat markdown.md)" -l "auto"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}

0 comments on commit 8414a6b

Please sign in to comment.