We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa08e8 commit 6fbc157Copy full SHA for 6fbc157
.github/workflows/gajira.yml
@@ -24,9 +24,7 @@ jobs:
24
25
pr_body="${{ github.event.pull_request.body }}"
26
27
- stripped_body=$(echo "$pr_body" | sed 's/<[^>]*>//g')
28
-
29
- echo "::debug::stripped_body=$stripped_body"
+ stripped_body=$(echo "$pr_body" | sed 's/<[^>]*>//g' | sed "s/'//g" | sed 's/"//g')
30
31
echo "repo_name=$repo_name" >> $GITHUB_OUTPUT
32
echo "stripped_body=$stripped_body" >> $GITHUB_OUTPUT
0 commit comments