Skip to content

Commit 591ddc8

Browse files
committed
Change layout of output
1 parent cbf4252 commit 591ddc8

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-
echo '::set-output pr_body="${{ github.event.pull_request.body }}"'
23+
echo "::set-output name=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)