Skip to content

Commit 6fbc157

Browse files
committed
remove quotes from pr
1 parent faa08e8 commit 6fbc157

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/gajira.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
2525
pr_body="${{ github.event.pull_request.body }}"
2626
27-
stripped_body=$(echo "$pr_body" | sed 's/<[^>]*>//g')
28-
29-
echo "::debug::stripped_body=$stripped_body"
27+
stripped_body=$(echo "$pr_body" | sed 's/<[^>]*>//g' | sed "s/'//g" | sed 's/"//g')
3028
3129
echo "repo_name=$repo_name" >> $GITHUB_OUTPUT
3230
echo "stripped_body=$stripped_body" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)