File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ inputs:
1818 description : A comma or newline separated list of labels.
1919
2020 # secrets
21- app -id :
22- description : GitHub App ID that will use to create, update and close the pull request.
21+ client -id :
22+ description : GitHub App Client ID that will use to create, update and close the pull request.
2323 required : true
2424 private-key :
2525 description : GitHub App private key that will use to create, update and close the pull request.
3232 uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
3333 id : app-token
3434 with :
35- app -id : ${{ inputs.app -id }}
35+ client -id : ${{ inputs.client -id }}
3636 private-key : ${{ inputs.private-key }}
3737 permission-contents : write
3838 permission-pull-requests : write
You can’t perform that action at this time.
0 commit comments