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 be62b8e commit 5c79ecc
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/duplicate_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,20 @@ jobs:
EOM
export TITLE=$(cat title.md)
export BODY=${ISSUE_BODY//['"']/'\"'}
echo "DonnnnEEE"
echo "issue_title<<EOM" >> $GITHUB_OUTPUT
echo "$TITLE" >> $GITHUB_OUTPUT
echo "EOM" >> $GITHUB_OUTPUT
echo "issue_body<<EOM" >> $GITHUB_OUTPUT
echo "DonnnnEEE"
echo "issue_body<<EOF" >> $GITHUB_OUTPUT
echo "$BODY" >> $GITHUB_OUTPUT
echo "EOM" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
echo "$BODY"
echo "$TITLE"
echo $GITHUB_OUTPUT
- name: Create Private Issue
Expand Down

0 comments on commit 5c79ecc

Please sign in to comment.