Commit 965abf2 1 parent fff3b3c commit 965abf2 Copy full SHA for 965abf2
File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,17 @@ jobs:
20
20
- name : Process PR data
21
21
id : process_pr_data
22
22
run : |
23
-
24
23
pr_body="${{ github.event.pull_request.body }}"
25
24
stripped_body=$("$pr_body" | sed 's/<[^>]*>//g')
26
25
27
- echo "repo_name=$(basename ${{ github.repository }})" >> $GITHUB_ENV
28
- echo "stripped_body='$stripped_body'" >> $GITHUB_ENV
26
+ "repo_name=$(basename ${{ github.repository }})" >> $GITHUB_ENV
27
+ "stripped_body='$stripped_body'" >> $GITHUB_ENV
29
28
30
29
- name : Create
31
30
id : create
32
31
uses : atlassian/gajira-create@master
33
32
with :
34
33
project : LGA
35
34
issuetype : Task
36
- summary : " [Snyk] - $(basename $ {{ github.repository }}) - ${{ github.event.pull_request.title }}"
35
+ summary : " [Snyk] - ${{ env.repo_name }} - ${{ github.event.pull_request.title }}"
37
36
description : ${{ env.stripped_body }}
You can’t perform that action at this time.
0 commit comments