Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeyonglee0205 committed Mar 1, 2024
1 parent 7f3b9eb commit 72511c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
body_1=$(cat body_1.txt)
body_2=$(python debug/iterate_report.py)
body=$(cat issue_template.md | sed -e "s/{{BODY_1}}/$body_1/" | sed -e "s/{{BODY_2}}/$body_2/")
body=$(cat issue_template.md | sed -e 's/{{BODY_1}}/$body_1/' -e 's/{{BODY_2}}/$body_2/')
gh issue create -t "Output of Github Action" -b "$(body)" -l "auto"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 72511c9

Please sign in to comment.