Skip to content

Commit

Permalink
chore: fix issue move error (#6923)
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook authored Mar 29, 2024
1 parent 7d50e69 commit 34bbbef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/issues-move.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
if: |
github.event.action == 'published'
run: |
RELEASE_BODY=$(echo ${{ github.event.release.body }} | sed 's/"/\\"/g')
cd ${{ github.workspace }}
bash ${{ github.workspace }}/.github/utils/issue_prerelease.sh \
${{ env.GITHUB_TOKEN }} \
Expand All @@ -113,4 +114,4 @@ jobs:
$PROJECT_ID \
$STATUS_FIELD_ID \
${{ env.TODO_OPTION_ID }} \
"${{ github.event.release.body }}"
"${RELEASE_BODY}"

0 comments on commit 34bbbef

Please sign in to comment.