Commit e95694d
authored
fix(Find): When
Fixes the following error (e.g. in
https://github.com/github-community-projects/continuous-ai-for-accessibility-scanner-demo/actions/runs/18316400478/job/52157716701):
```
SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at Module.default (file:///home/runner/work/continuous-ai-for-accessibility-scanner-demo/continuous-ai-for-accessibility-scanner-demo/.github/actions/find/dist/index.js:8:35)
```
This is basically the same issue I caught in
github-community-projects/continuous-ai-for-accessibility-scanner#1707 (comment),
only I didn’t catch it here (until now).auth_context input is omitted, use a parseable fallback to avoid SyntaxError (#1720)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments