Environment
N/A
Steps to Reproduce
- Create an app, produce a private key
- Forget to install it
- Run a workflow that uses this step
Expected Result
An error message stating that no installations were found.
Actual Result
The error occurs because
|
let installationId = installations.data[0].id; |
presumes that there is at least one installation in the returned array.