Commit a79e417
committed
fix: use ai-inference response-file output instead of invalid input
response-file was passed as an input to actions/ai-inference@v1, but it
is actually an output (the path to the file the action already writes
the response to), causing an "unexpected input" warning.1 parent a37d9db commit a79e417
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | | - | |
| 46 | + | |
0 commit comments