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.
Environment
N/A
Steps to Reproduce
Expected Result
An error message stating that no installations were found.
Actual Result
The error occurs because
action-github-app-token/src/main.ts
Line 25 in 86b9938