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 1
1
name : Use App token
2
- description : Run a GitHub Action as a GitHub App to use the app's token.
2
+ description : Run GitHub Actions as a GitHub App to use the app's token.
3
3
author :
bubkoo <[email protected] >
4
4
inputs :
5
5
app_id :
@@ -16,13 +16,13 @@ inputs:
16
16
description : The secret name created on current repository.
17
17
required : false
18
18
clean_secret :
19
- description : Shoule clean the secret or not when completed.
19
+ description : Should clean the secret or not when this action run completed.
20
20
required : false
21
21
default : false
22
22
23
23
outputs :
24
24
token :
25
- description : An installation token for the GitHub App on the current repository.
25
+ description : The token for the GitHub App on the current repository.
26
26
27
27
runs :
28
28
using : node12
You can’t perform that action at this time.
0 commit comments