Skip to content

Commit 527e5c3

Browse files
committed
Rename arguments to match create-github-app-token
1 parent 59d06ff commit 527e5c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

actions/setup-bot-token/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Setup app bot
22
description: Gets a github app token and configures git with the app's user
33
inputs:
4-
app_id:
4+
app-id:
55
description: The app id
66
required: true
7-
app_private_key:
7+
private-key:
88
description: The app private key
99
required: true
1010
outputs:
@@ -17,8 +17,8 @@ runs:
1717
- uses: actions/create-github-app-token@v1
1818
id: app-token
1919
with:
20-
app-id: ${{ inputs.app_id }}
21-
private-key: ${{ inputs.app_private_key }}
20+
app-id: ${{ inputs.app-id }}
21+
private-key: ${{ inputs.private-key }}
2222

2323
- name: Get GitHub App User ID
2424
id: get-user-id

0 commit comments

Comments
 (0)