We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a6846 commit ef03489Copy full SHA for ef03489
action.yml
@@ -1,6 +1,6 @@
1
-name: 'File Reader'
+name: 'github-file-reader-v2'
2
description: 'Read the contents of a file'
3
-author: 'André Storhaug'
+author: 'GuiBranco'
4
branding:
5
icon: 'file-text'
6
color: 'blue'
@@ -16,5 +16,5 @@ outputs:
16
contents:
17
description: 'The file contents.'
18
runs:
19
- using: 'node12'
+ using: 'node16'
20
main: 'dist/index.js'
0 commit comments