Skip to content

Commit

Permalink
docs(docs): 📝 updates README.md
Browse files Browse the repository at this point in the history
Use 0.0.13 release
  • Loading branch information
gregoranders committed Feb 1, 2022
1 parent 2d3a56f commit 3915e3f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

This action provides the _name_ and _version_ and the content of **package.json**, so your workflow can access it.

[![Dependency Status][daviddm-image]][daviddm-url]
[![License][license-image]][license-url]
[![Issues][issues-image]][issues-url]

Expand All @@ -25,10 +24,10 @@ This action provides the _name_ and _version_ and the content of **package.json*
...
- name: nodejs project information
id: projectinfo
uses: gregoranders/[email protected].12
uses: gregoranders/[email protected].13
- name: create release action
id: createrelease
uses: gregoranders/[email protected].12
uses: gregoranders/[email protected].13
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PACKAGE_JSON: ${{ steps.projectinfo.outputs.context }}
Expand All @@ -39,7 +38,7 @@ This action provides the _name_ and _version_ and the content of **package.json*
...
```

#### Inputs/Outputs
### Inputs/Outputs

```YML
inputs:
Expand All @@ -63,8 +62,6 @@ outputs:
[code-metric-url]: https://github.com/gregoranders/nodejs-project-info/search?l=TypeScript
[travis-url]: https://travis-ci.org/gregoranders/nodejs-project-info
[travis-image]: https://travis-ci.org/gregoranders/nodejs-project-info.svg?branch=master
[daviddm-url]: https://david-dm.org/gregoranders/nodejs-project-info
[daviddm-image]: https://david-dm.org/gregoranders/nodejs-project-info.svg?branch=master
[license-url]: https://github.com/gregoranders/nodejs-project-info/blob/master/LICENSE
[license-image]: https://img.shields.io/github/license/gregoranders/nodejs-project-info.svg
[master-version-url]: https://github.com/gregoranders/nodejs-project-info/blob/master/package.json
Expand Down

0 comments on commit 3915e3f

Please sign in to comment.