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 018fe91 commit e816dd4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/duplicate_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,17 @@ jobs:
echo "hiiii 3"
BODY=${ISSUE_BODY//['"']/'\"'}
echo "hiiii 4"
echo "title=$TITLE" >> $GITHUB_OUTPUT
{
echo 'title<<EOF'
$TITLE
echo EOF
} >> "$GITHUB_OUTPUT"
echo "hiiii 5"
echo "body=$BODY" >> $GITHUB_OUTPUT
{
echo 'body<<EOF'
$BODY
echo EOF
} >> "$GITHUB_OUTPUT"
echo "hiiii 6"
- name: Create Private Issue
Expand Down

0 comments on commit e816dd4

Please sign in to comment.