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 8ccd096 commit 018fe91
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/duplicate_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,18 @@ jobs:
EOM
echo "hiiii 1"
ISSUE_BODY=$(cat issue.md)
cat > title.md<<- EOM
cat > title.md<<- 'EOM'
${{ github.event.issue.title }}
EOM
echo "hiiii 2"
TITLE=$(cat title.md)
echo "hiiii 3"
BODY=${ISSUE_BODY//['"']/'\"'}
echo "hiiii 4"
echo "title=$TITLE" >> $GITHUB_OUTPUT
echo "hiiii 5"
echo "body=$BODY" >> $GITHUB_OUTPUT
echo "hiiii 6"
- name: Create Private Issue
run: |
Expand Down

0 comments on commit 018fe91

Please sign in to comment.