Skip to content

Commit 5e45936

Browse files
authored
Update README.md
1 parent 7372196 commit 5e45936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
path: path/to/my/file.ext
6363
- run: exit 1
64-
if: steps.diff.outputs.removed
64+
if: steps.diff.outputs.removed == true
6565
6666
# Other jobs will run only if file.ext was NOT removed.
6767
```

0 commit comments

Comments
 (0)