Skip to content

Commit 30afe32

Browse files
committed
test: ✅ test uppercase input name
1 parent 0536ccd commit 30afe32

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/needs-more-info.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
issue:
22
badTitleComment: >
3-
@${author}
3+
@{{ author }}
44
55
Please provide us with more info about this issue title.
66
77
88
badBodyComment: >
9-
@${author}
9+
@{{ author }}
1010
1111
Please provide us with more info about this issue.
1212
1313
1414
pullRequest:
1515
badTitleComment: >
16-
@${author}
16+
@{{ author }}
1717
1818
Please provide us with more info about this pr title.
1919
2020
2121
badBodyComment: >
22-
@${author}
22+
@{{ author }}
2323
2424
Please provide us with more info about this pr.
2525

.github/workflows/needs-more-info.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
id: generate_token
2020
uses: ./
2121
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 }}
2424
- uses: bubkoo/needs-more-info@v1
2525
with:
2626
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

0 commit comments

Comments
 (0)