Skip to content

Commit

Permalink
Update duplicate_issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-c4t authored Sep 5, 2024
1 parent e816dd4 commit 9479f23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/duplicate_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:
BODY=${ISSUE_BODY//['"']/'\"'}
echo "hiiii 4"
{
echo 'title<<EOF'
echo 'title<<EOM'
$TITLE
echo EOF
echo EOM
} >> "$GITHUB_OUTPUT"
echo "hiiii 5"
{
echo 'body<<EOF'
echo 'body<<EOM'
$BODY
echo EOF
echo EOM
} >> "$GITHUB_OUTPUT"
echo "hiiii 6"
Expand Down

0 comments on commit 9479f23

Please sign in to comment.