Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
fix readme and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-fernandez committed Jan 16, 2020
1 parent 5ee4fb2 commit 015f642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ steps:
with:
dsn: ${{secrets.SCOPE_DSN}} # required
command: npm test # optional - default is 'npm test'
command-cypress: npm run cypress:run # optional - command to run cypress tests if you repository includes them
cypress-endpoint: http://localhost:3000 # optional - URL to run the cypress tests against.
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scope-for-javascript-action",
"version": "1.0.1",
"version": "1.0.2",
"description": "Scope for Javascript GitHub Action",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 015f642

Please sign in to comment.