Skip to content

Commit a65b1d7

Browse files
committed
Improve descriptions in action.yml
1 parent 86855b2 commit a65b1d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ inputs:
66
required: false
77
default: 'safe to test'
88
require-reapproval:
9-
description: 'When true, remove the label on every workflow run to force re-review of new commits. When you set this to `false`, an attacker could push malicious code after you marked the code as safe with the label.'
9+
description: 'When `true`, removes the label on every workflow run to force re-review of each workflow run. When you set this to `false`, an attacker could push malicious code after you marked the code as safe with the label.'
1010
required: false
1111
default: 'true'
1212
repo-token:
13-
description: 'The GitHub token used to manage labels when require-reapproval is true'
13+
description: 'The GitHub token used to manage labels when require-reapproval is `true`'
1414
required: false
1515
default: ${{ github.token }}
1616
runs:

0 commit comments

Comments
 (0)