SIGN IN SIGN UP

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.
M
Martijn Pieters committed
8d9f8fc050d038eac46e34e317ca8dc9b3a83e71
Parent: 806be26