File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
required : false
10
10
description : " e.g.: key1.key2"
11
11
runs :
12
- using : " node16 "
12
+ using : " node20 "
13
13
main : " dist/index.js"
14
14
branding :
15
15
color : " yellow"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " github-action-json-file-properties" ,
3
- "version" : " 1.0.4 " ,
4
- "author" : " zoexx " ,
3
+ "version" : " 1.0.5 " ,
4
+ "author" : " mdx-dev " ,
5
5
"description" : " GitHub Action to load properties from a JSON file." ,
6
6
"main" : " dist/index.js" ,
7
7
"scripts" : {
10
10
},
11
11
"repository" : {
12
12
"type" : " git" ,
13
- "url" : " git+https://github.com/zoexx /github-action-json-file-properties"
13
+ "url" : " git+https://github.com/mdx-dev /github-action-json-file-properties"
14
14
},
15
15
"keywords" : [
16
16
" actions" ,
26
26
"esbuild" : " ^0.12.16" ,
27
27
"typescript" : " ^4.3.5"
28
28
}
29
- }
29
+ }
You can’t perform that action at this time.
0 commit comments