You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub Actions workflow for microsoft-identity-web is failing during the "Build and Run Unit Tests" step due to an error when trying to post a comment on an issue. The error message indicates that the request is being made to an invalid URL:
Microsoft.Identity.Web Library
Microsoft.Identity.Web
Microsoft.Identity.Web version
latest
Web app
Not Applicable
Web API
Not Applicable
Token cache serialization
Not Applicable
Description
GitHub Actions workflow for microsoft-identity-web is failing during the "Build and Run Unit Tests" step due to an error when trying to post a comment on an issue. The error message indicates that the request is being made to an invalid URL:
Reproduction steps
Error message
RequestError [HttpError]: Not Found
...
url: 'https://api.github.com/repos/AzureAD/microsoft-identity-web/issues//comments',
status: 404,
...
message: 'Not Found',
Id Web logs
No response
Relevant code snippets
Regression
No response
Expected behavior
Modify the workflow so that the script only runs when a valid issue or pull request number exists.
The text was updated successfully, but these errors were encountered: