You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ By default, this action uses Diffuse fork - https://github.com/usefulness/diffus
16
16
new-file-path: new/file/path/new_file.apk
17
17
```
18
18
19
-
You can override to use the original [Diffuse](https://github.com/JakeWharton/diffuse) binary
19
+
You can override the config to use the original [Diffuse](https://github.com/JakeWharton/diffuse) binary
20
20
```
21
21
- id: diffuse
22
22
uses: usefulness/diffuse-action@v1
@@ -31,7 +31,7 @@ You can override to use the original [Diffuse](https://github.com/JakeWharton/di
31
31
`old-file-path` - Path to reference file the diff should be generated for
32
32
`new-file-path` - Path to current file the diff should be generated for
33
33
`lib-version`_(Optional)_ - Overrides dependency version, by default uses the latest published version
34
-
`diffuse-repo`_(Optional)_ - Overrides [usefulness/diffuse](https://github.com/usefulness/diffuse) as the default repository containing published as release artifacts.
34
+
`diffuse-repo`_(Optional)_ - Overrides [usefulness/diffuse](https://github.com/usefulness/diffuse) as the default repository containing published release artifacts.
35
35
36
36
##### Outputs
37
37
See full list of [outputs](https://github.com/usefulness/diffuse-action/blob/master/action.yml#L27).
0 commit comments