github-script/src
Martijn Pieters 8d9f8fc050
Fix null handling, covered by integration tests
`core.getInput()` always returns a string, so testing for 'not null'
is always true. This then leads to previews set to an array with
a single empty string, breaking accept-header output.

Updated eslint rules should help avoid this issue in future, and new
integration tests verify that the github client configuration now
reflects the intended configuration options.
2023-04-04 22:11:47 +01:00
..
async-function.ts Make node-fetch available 2023-01-07 00:38:19 +01:00
main.ts Fix null handling, covered by integration tests 2023-04-04 22:11:47 +01:00
retry-options.ts Fix null handling, covered by integration tests 2023-04-04 22:11:47 +01:00
wrap-require.ts Remove require search fallback 2021-04-21 18:13:51 -04:00