Skip to content

Commit ef03489

Browse files
authored
Update action.yml (#9)
1 parent e8a6846 commit ef03489

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,6 +1,6 @@
1-
name: 'File Reader'
1+
name: 'github-file-reader-v2'
22
description: 'Read the contents of a file'
3-
author: 'André Storhaug'
3+
author: 'GuiBranco'
44
branding:
55
icon: 'file-text'
66
color: 'blue'
@@ -16,5 +16,5 @@ outputs:
1616
contents:
1717
description: 'The file contents.'
1818
runs:
19-
using: 'node12'
19+
using: 'node16'
2020
main: 'dist/index.js'

0 commit comments

Comments
 (0)