Skip to content

Commit e5d51d1

Browse files
committed
Add to string
1 parent 965abf2 commit e5d51d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gajira.yml

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

0 commit comments

Comments
 (0)