Skip to content

Commit

Permalink
Merge pull request #52 from usefulness/updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Feb 13, 2022
2 parents e10c1ca + 99387b6 commit af52fdb
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 @@ -16,7 +16,7 @@ By default, this action uses Diffuse fork - https://github.com/usefulness/diffus
new-file-path: new/file/path/new_file.apk
```

You can override to use the original [Diffuse](https://github.com/JakeWharton/diffuse) binary
You can override the config to use the original [Diffuse](https://github.com/JakeWharton/diffuse) binary
```
- id: diffuse
uses: usefulness/diffuse-action@v1
Expand All @@ -31,7 +31,7 @@ You can override to use the original [Diffuse](https://github.com/JakeWharton/di
`old-file-path` - Path to reference file the diff should be generated for
`new-file-path` - Path to current file the diff should be generated for
`lib-version` _(Optional)_ - Overrides dependency version, by default uses the latest published version
`diffuse-repo` _(Optional)_ - Overrides [usefulness/diffuse](https://github.com/usefulness/diffuse) as the default repository containing published as release artifacts.
`diffuse-repo` _(Optional)_ - Overrides [usefulness/diffuse](https://github.com/usefulness/diffuse) as the default repository containing published release artifacts.

##### Outputs
See full list of [outputs](https://github.com/usefulness/diffuse-action/blob/master/action.yml#L27).
Expand Down

0 comments on commit af52fdb

Please sign in to comment.