Skip to content

Commit cbf4252

Browse files
committed
Add in set output
1 parent e5d51d1 commit cbf4252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gajira.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Process PR data
2121
id: process_pr_data
2222
run: |
23-
'pr_body="${{ github.event.pull_request.body }}"'
23+
echo '::set-output pr_body="${{ github.event.pull_request.body }}"'
2424
'stripped_body=$("$pr_body" | sed 's/<[^>]*>//g')'
2525
2626
"repo_name=$(basename ${{ github.repository }})" >> $GITHUB_ENV

0 commit comments

Comments
 (0)