Commit 41c4185
fix: correct if condition syntax in workflow files
- Fixed GitHub Actions if condition syntax in continue-general-review.yaml
- Fixed GitHub Actions if condition syntax in code-review-debug.yml
- The if conditions now properly use ${{ }} syntax to evaluate secrets/vars
This resolves workflow file errors that prevented the workflows from running.
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>1 parent 926349f commit 41c4185
File tree
2 files changed
+2
-2
lines changed- .github/workflows
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | | - | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | | - | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments