Skip to content

Commit e8c0521

Browse files
authored
update action description in YML
1 parent 27832ef commit e8c0521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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. Works in public and private repositories, offers a degree of customization.'
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'
55
color: 'purple'
@@ -21,4 +21,4 @@ inputs:
2121
default: 'true'
2222
runs:
2323
using: 'node12'
24-
main: 'dist/index.js'
24+
main: 'dist/index.js'

0 commit comments

Comments
 (0)