We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe2eaa commit c6e7cb0Copy full SHA for c6e7cb0
action.yml
@@ -7,10 +7,12 @@ inputs:
7
required: true
8
github_app_private_key:
9
description: "Github App private key"
10
+ github_account_type:
11
+ description: "Github account user or organization"
12
runs:
13
using: 'docker'
14
image: 'Dockerfile'
15
args:
16
- ${{ inputs.github_app_id }}
17
- ${{ inputs.github_app_private_key }}
- - ${{ inputs.github_account_type }}
18
+ - ${{ inputs.github_account_type }}
0 commit comments