Wechuli
Results
1
issues of
Wechuli
The way the action is currently handling fetching the installation id of an App is problematic: ```javascript const installations: listInstallationsResponse = await appOctokit.apps.listInstallations(); let installationId = installations.data[0].id; if (scope !==...