Skip to content

Commit 8c572c3

Browse files
authored
small changes in action.yml
1 parent 152ed15 commit 8c572c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: 'Yarn Lock Changes'
2-
description: 'Creates a comment inside Pull Request with the human-readable summary of the changes to the `yarn.lock` file.'
2+
description: 'Creates a comment inside Pull Request with the human-readable summary of the changes to the "yarn.lock" file.'
33
branding:
44
icon: 'copy'
5-
color: 'purple'
5+
color: 'yellow'
66
inputs:
77
collapsibleThreshold:
88
description: 'Number of lock changes, which will result in collapsed comment content an addition of summary table.'
@@ -13,14 +13,14 @@ inputs:
1313
required: false
1414
default: 'false'
1515
path:
16-
description: 'Path to the `yarn.lock` file in the repository. Default value points to the file at project root.'
16+
description: 'Path to the "yarn.lock" file in the repository. Default value points to the file at project root.'
1717
required: false
1818
default: 'yarn.lock'
1919
token:
2020
description: 'GitHub token for the bot, so it can publish a comment in the pull request.'
2121
required: true
2222
updateComment:
23-
description: 'Update the comment on each new commit. If value is set to `false`, bot will post a new one on each change.'
23+
description: 'Update the comment on each new commit. If value is set to "false", bot will post a new one on each change.'
2424
required: false
2525
default: 'true'
2626
runs:

0 commit comments

Comments
 (0)