Commit bdff70b
authored
Use curly braces in if condition
GitHub lint says it's strongly recommended to always wrap the full `if:` condition in `${{ }}`1 parent 461e367 commit bdff70b
File tree
1 file changed
+1
-1
lines changed- content/actions/how-tos/write-workflows/choose-when-workflows-run
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments