Skip to content

Commit 4a4e510

Browse files
committed
Adjusted Docs
1 parent 7dfa381 commit 4a4e510

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const fs = require('fs');
33
const path = require("path");
44

55
const fileName = core.getInput('name');
6-
const jsonString = core.getInput('object');
6+
const jsonString = core.getInput('json');
77
const dir = core.getInput('dir');
88
const fullPath = path.join(process.env.GITHUB_WORKSPACE, dir || "", fileName);
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-json",
3-
"version": "1.1.0",
3+
"version": "1.1.2",
44
"description": "An Action to create .json file and use on others steps of actions in your workflow.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)