adobe / aio-apps-action

GitHub action to perform aio app build test deploy workflows
https://www.adobe.io
Apache License 2.0
4 stars 8 forks source link

meta_scopes will be an array of arrays #47

Closed shazron closed 7 months ago

shazron commented 7 months ago

https://github.com/adobe/aio-apps-action/blob/ff82a685e3e8c913b8e748f1fe397961619d2648/index.js#L149

Since parsedScopes or the default scope will be an array. Currently fixing this issue in #48

Can you confirm my understanding here @MichaelGoberling, @sandeep-paliwal ? Thanks

aiojbot commented 7 months ago

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-2770

MichaelGoberling commented 7 months ago

@shazron

Yes this should be changed. Just tested the unit-test branch here (default scopes) and here (configured scopes) to confirm and it looks good