diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz index d63bf54b..6c92638c 100644 Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ diff --git a/.yarn/versions/fc4bb3ed.yml b/.yarn/versions/fc4bb3ed.yml new file mode 100644 index 00000000..e69de29b diff --git a/.yarnrc.yml b/.yarnrc.yml index 43da0c4f..6a9402b2 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -20,9 +20,9 @@ nmMode: hardlinks-local npmRegistryServer: https://registry.npmjs.org npmAuthToken: ${NPM_AUTH_TOKEN} npmRegistries: - "https://registry.npmjs.org": + 'https://registry.npmjs.org': npmAuthToken: ${NPM_AUTH_TOKEN} - "https://registry.yarnpkg.com": + 'https://registry.yarnpkg.com': npmAuthToken: ${NPM_AUTH_TOKEN} nodeLinker: node-modules diff --git a/package.json b/package.json index aebfc265..d03fc4c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-readme-generator", - "version": "1.3.8", + "version": "1.3.9", "description": "This is a CLI tool and GitHub Action that reads in the details from a \nGitHub Action's `action.yml` file and updates the `README.md` file\nwith the `name`, `description`, `usage`, `inputs`, `outputs`, and\nexamples of the action.\nConfiguration can be provided via a `.ghadocs.json` file stored in the\nroot directory of the Action's repository, via the command line when\nusing the cli, or via the `with:` section of this Action.\n\n\nThis tool uses markdown comments as delimiting tokens within the `README.md`\nfile to determine where to place the generated content.\n\n[`README.example.md`](README.example.md) example with all fields filled in, and no other free-form content.", "main": "dist/index.cjs", "types": "dist/index.d.ts",