Commit 7000dc9
committed
fix: resolve KANI Formal Verification workflow startup failures
The 'KANI Formal Verification' workflow was failing at startup due to invalid
dynamic output names in the GitHub Actions configuration. Output keys must be
static strings, not expressions with matrix variables.
- Remove dynamic output name: asil-${{ matrix.asil_level }}-status
- Add static outputs: verification-status and asil-level
- This should resolve the consistent startup_failure status for this workflow
The other workflow 'Formal Verification with KANI' is working correctly.1 parent aedb7da commit 7000dc9
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
0 commit comments