Skip to content

Commit

Permalink
Adjusted Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdaniell committed Sep 1, 2020
1 parent 7dfa381 commit 4a4e510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const fs = require('fs');
const path = require("path");

const fileName = core.getInput('name');
const jsonString = core.getInput('object');
const jsonString = core.getInput('json');
const dir = core.getInput('dir');
const fullPath = path.join(process.env.GITHUB_WORKSPACE, dir || "", fileName);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-json",
"version": "1.1.0",
"version": "1.1.2",
"description": "An Action to create .json file and use on others steps of actions in your workflow.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4a4e510

Please sign in to comment.