### Environment N/A ### Steps to Reproduce 1. Create an app, produce a private key 2. Forget to install it 3. Run a workflow that uses this step ### Expected Result An error message stating that no installations were found. ### Actual Result <img width="511" alt="image" src="https://github.com/getsentry/action-github-app-token/assets/1388505/c758b4a8-16ac-49fa-a4e6-0bb6168f99ae"> The error occurs because https://github.com/getsentry/action-github-app-token/blob/86b993806f8cc455ab145d189f0523917d2fe095/src/main.ts#L25 presumes that there is at least one installation in the returned array.