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 004542e commit fdf4eb8
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,13 +33,13 @@ jobs:
export BODY=${ISSUE_BODY//['"']/'\"'}
echo "hiiii 4"
{
echo 'title<<EOM' >> $GITHUB_OUTPUT
echo "title<<EOM" >> $GITHUB_OUTPUT
echo "$TITLE" >> $GITHUB_OUTPUT
echo 'EOM' >> $GITHUB_OUTPUT
echo "EOM" >> $GITHUB_OUTPUT
echo "hiiii 5"
echo 'body<<EOM' >> $GITHUB_OUTPUT
echo "body<<EOM" >> $GITHUB_OUTPUT
echo "$BODY" >> $GITHUB_OUTPUT
echo 'EOM' >> $GITHUB_OUTPUT
echo "EOM" >> $GITHUB_OUTPUT
echo "hiiii 6"
- name: Create Private Issue
Expand Down

0 comments on commit fdf4eb8

Please sign in to comment.