Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto authored Apr 11, 2021
1 parent 0b9e71c commit 20fa33f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# less-is-more
# less-is-more v0.0.1

This workflow will simply fail if the current artifact size has increased more than what is allowed when compared to the latest released artifact. It could be very useful to early identify unwanted size increases, especially on workflows that run for pull requests.

Expand All @@ -14,7 +14,7 @@ This workflow will simply fail if the current artifact size has increased more t
```yaml
# Build the artifact before using this workflow.

- uses: actions/less-is-more@master
- uses: caponetto/less-is-more@v0.0.1
with:
released_artifact_name: my-released-artifact
artifact_path: dist/my-artifact.zip
Expand All @@ -27,4 +27,4 @@ All contributions are welcome, so don't hesitate to submit a pull request. ;-)
## License
This code is released under MIT License.

Check [LICENSE](LICENSE) file for more information.
Check [LICENSE](LICENSE) file for more information.

0 comments on commit 20fa33f

Please sign in to comment.