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 9479f23 commit ab140a1
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/duplicate_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
echo "hiiii 0"
cat > issue.md<<- 'EOM'
${{ github.event.issue.body }}
-${{ github.event.issue.body }}
---
Expand All @@ -33,16 +33,13 @@ jobs:
BODY=${ISSUE_BODY//['"']/'\"'}
echo "hiiii 4"
{
echo 'title<<EOM'
$TITLE
echo EOM
} >> "$GITHUB_OUTPUT"
echo 'title<<EOF' >> $GITHUB_OUTPUT
echo "$TITLE" >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
echo "hiiii 5"
{
echo 'body<<EOM'
$BODY
echo EOM
} >> "$GITHUB_OUTPUT"
echo 'body<<EOF' >> $GITHUB_OUTPUT
echo "$BODY" >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
echo "hiiii 6"
- name: Create Private Issue
Expand Down

0 comments on commit ab140a1

Please sign in to comment.