We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d51d1 commit cbf4252Copy full SHA for cbf4252
.github/workflows/gajira.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Process PR data
21
id: process_pr_data
22
run: |
23
- 'pr_body="${{ github.event.pull_request.body }}"'
+ echo '::set-output pr_body="${{ github.event.pull_request.body }}"'
24
'stripped_body=$("$pr_body" | sed 's/<[^>]*>//g')'
25
26
"repo_name=$(basename ${{ github.repository }})" >> $GITHUB_ENV
0 commit comments