File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
issue :
2
2
badTitleComment : >
3
- @${ author}
3
+ @{{ author } }
4
4
5
5
Please provide us with more info about this issue title.
6
6
7
7
8
8
badBodyComment : >
9
- @${ author}
9
+ @{{ author } }
10
10
11
11
Please provide us with more info about this issue.
12
12
13
13
14
14
pullRequest :
15
15
badTitleComment : >
16
- @${ author}
16
+ @{{ author } }
17
17
18
18
Please provide us with more info about this pr title.
19
19
20
20
21
21
badBodyComment : >
22
- @${ author}
22
+ @{{ author } }
23
23
24
24
Please provide us with more info about this pr.
25
25
Original file line number Diff line number Diff line change 19
19
id : generate_token
20
20
uses : ./
21
21
with :
22
- app_id : ${{ secrets.APP_ID }}
23
- private_key : ${{ secrets.PRIVATE_KEY }}
22
+ APP_ID : ${{ secrets.APP_ID }}
23
+ PRIVATE_KEY : ${{ secrets.PRIVATE_KEY }}
24
24
- uses : bubkoo/needs-more-info@v1
25
25
with :
26
26
GITHUB_TOKEN : ${{ steps.generate_token.outputs.token }}
You can’t perform that action at this time.
0 commit comments