Skip to content

Commit c6e7cb0

Browse files
Update action.yml
1 parent abe2eaa commit c6e7cb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ inputs:
77
required: true
88
github_app_private_key:
99
description: "Github App private key"
10+
github_account_type:
11+
description: "Github account user or organization"
1012
runs:
1113
using: 'docker'
1214
image: 'Dockerfile'
1315
args:
1416
- ${{ inputs.github_app_id }}
1517
- ${{ inputs.github_app_private_key }}
16-
- ${{ inputs.github_account_type }}
18+
- ${{ inputs.github_account_type }}

0 commit comments

Comments
 (0)