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