Skip to content

Commit abe0b23

Browse files
committed
docs: 📚️ action description
1 parent ba70959 commit abe0b23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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.
33
author: bubkoo <[email protected]>
44
inputs:
55
app_id:
@@ -16,13 +16,13 @@ inputs:
1616
description: The secret name created on current repository.
1717
required: false
1818
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.
2020
required: false
2121
default: false
2222

2323
outputs:
2424
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.
2626

2727
runs:
2828
using: node12

0 commit comments

Comments
 (0)