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 ffaaaf0 commit 1e81961
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/duplicate_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
id: issue-params
run: |
set -o xtrace
echo "hiiii 0"
cat > issue.md<<- 'EOM'
-${{ github.event.issue.body }}
Expand All @@ -23,24 +22,18 @@ jobs:
This issue is related to public issue:
* https://github.com/chain4travel/camino-public-issues/issues/${{ github.event.issue.number }}
EOM
echo "hiiii 1"
ISSUE_BODY=$(cat issue.md)
cat > title.md<<- 'EOM'
${{ github.event.issue.title }}
EOM
echo "hiiii 2"
export TITLE=$(cat title.md)
echo "hiiii 3"
export BODY=${ISSUE_BODY//['"']/'\"'}
echo "hiiii 4"
echo "issue_title<<EOM" >> $GITHUB_OUTPUT
echo "$TITLE" >> $GITHUB_OUTPUT
echo "EOM" >> $GITHUB_OUTPUT
echo "hiiii 5"
echo "issue_body<<EOM" >> $GITHUB_OUTPUT
echo "$BODY" >> $GITHUB_OUTPUT
echo "EOM" >> $GITHUB_OUTPUT
echo "hiiii 6"
- name: Create Private Issue
Expand Down

0 comments on commit 1e81961

Please sign in to comment.