-
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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] | ||
|