Skip to content

Commit

Permalink
Bump version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug committed Dec 7, 2019
1 parent cf96c45 commit 6d22917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add a step like this to your workflow:

```yaml
- name: Commit changes # This is the step name that will be displayed in your runs
uses: EndBug/[email protected].0 # You can change this to use a specific version
uses: EndBug/[email protected].1 # You can change this to use a specific version
with: # See more info about inputs below
author_name: Your Name
author_email: [email protected]
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
run: eslint "src/**" --fix
- name: Commit changes
uses: EndBug/[email protected].0
uses: EndBug/[email protected].1
with:
author_name: Your Name
author_email: [email protected]
Expand Down

0 comments on commit 6d22917

Please sign in to comment.