Skip to content

Commit 4c885ea

Browse files
committed
Revert "feat: add prefix as optional"
This reverts commit b7e5cac.
1 parent bb469c0 commit 4c885ea

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021
3+
Copyright (c) 2021 Anton Ivanenko
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The prefix. Default value `json`.
3333
### YML example
3434
```yml
3535
- name: JSON to variables
36-
uses: mncorreia/json-to-variables-fork@v1.0.1
36+
uses: antifree/[email protected]
3737
with:
3838
filename: 'test.json'
3939
prefix: ''

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: 'JSON to variables - without prefix'
2-
author: 'Matheus Correia'
1+
name: 'JSON to variables'
2+
author: 'Anton Ivanenko'
33
description: 'This action reads json file and writes its content as environment variables'
44
branding:
55
icon: 'box'

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"url": "git+https://github.com/antifree/json-to-variables.git"
1313
},
1414
"keywords": [],
15-
"author": "Matheus Correia",
15+
"author": "Anton Ivanenko",
16+
"license": "MIT",
1617
"bugs": {
1718
"url": "https://github.com/antifree/json-to-variables/issues"
1819
},

0 commit comments

Comments
 (0)