Skip to content

Commit

Permalink
Split yaml sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Soref authored and GitHub committed Jul 8, 2021
1 parent b7a9db5 commit a0e43af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ don't allow this because they don't work on a level of individual jobs or steps.
- 'src/**'
# run only if some file in 'src' folder was changed
if: steps.changes.outputs.src == 'true'
- if: steps.changes.outputs.src == 'true'
run: ...
```
For more scenarios see [examples](#examples) section.
Expand Down

0 comments on commit a0e43af

Please sign in to comment.