Skip to content

Commit

Permalink
Document GitHub Runner Warning
Browse files Browse the repository at this point in the history
Closes #7
  • Loading branch information
joshuanapoli committed Dec 15, 2022
1 parent daeb308 commit 2844102
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@ with:

The query should be `"foo-bar"` to get the value of the `foo-bar` key. Without the quotes, the query would be interpreted as a numerical subtraction, which would result in an error.

### GitHub Runner Warning

The inputs to this action cannot be statically defined or listed in the actions.yml definition. This results in a nuisance warning from the Actions Runner like this:
```
Warning: Unexpected input(s) '...', valid inputs are ['file']
```

The [actions/runner#514](https://github.com/actions/runner/issues/514) issue tracks this limitation of the Actions Runner.

This comment has been minimized.

Copy link
@otterwolf

otterwolf Mar 10, 2023

i

# See Also

[get-json-paths-action](https://github.com/gr2m/get-json-paths-action)
Expand Down

0 comments on commit 2844102

Please sign in to comment.