We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf4252 commit 591ddc8Copy full SHA for 591ddc8
.github/workflows/gajira.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Process PR data
21
id: process_pr_data
22
run: |
23
- echo '::set-output pr_body="${{ github.event.pull_request.body }}"'
+ echo "::set-output name=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