Skip to content

Pull #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Very simple, you provide the action with a `path` to a _file_ or _folder_, and i
## Usage
```yaml
- name: Simple Diff
uses: mudlabs/simple-diff@v1.0.2
uses: mudlabs/simple-diff@v1.1.0
with:
path: path/to/file
```
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v2
- name: Simple Diff
id: diff
uses: mudlabs/simple-diff@v1.0.2
uses: mudlabs/simple-diff@v1.1.0
with:
path: path/to/my/file.ext
- run: exit 1
Expand Down