This repository was archived by the owner on Feb 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- name : ' Sync github issues to jira'
1
+ name : " Sync github issues to jira"
2
2
inputs :
3
3
webhook-url :
4
4
description : >
5
5
Jira integration webhook URL.
6
6
Store it as a secret as anyone who has access to it will be able to post to your Jira board.
7
7
required : true
8
8
component :
9
- description : ' Jira component to attach your issue to. This component should exists in your project.'
9
+ description : " Jira component to attach your issue to. This component should exists in your project."
10
10
required : false
11
11
label :
12
- description : ' Label which will trigger a Jira import.'
12
+ description : " Label which will trigger a Jira import."
13
13
required : true
14
- default : ' jira'
14
+ default : " jira"
15
15
16
16
runs :
17
17
using : " composite"
87
87
trap 'rm -rf -- "$TMPDIR"' EXIT
88
88
89
89
sudo apt install -y python3-mistletoe
90
- echo ${body} > $TMPDIR/body.md
91
- echo ${comment} > $TMPDIR/comment.md
90
+ echo " ${body}" > $TMPDIR/body.md
91
+ echo " ${comment}" > $TMPDIR/comment.md
92
92
body=$(PYTHONPATH=/usr/share/doc/python3-mistletoe mistletoe -r examples.jira_renderer.JIRARenderer $TMPDIR/body.md)
93
93
comment=$(PYTHONPATH=/usr/share/doc/python3-mistletoe mistletoe -r examples.jira_renderer.JIRARenderer $TMPDIR/comment.md)
94
94
fi
You can’t perform that action at this time.
0 commit comments