Alex Miller

Results 107 comments of Alex Miller

Interesting, the way you're creating the client here differs from the action In the action I use the standard PAT / Context token and call: ```ts import * as github...

I've just released v2 of this action which brings many changes, can you please try with `v2`, though I suspect this particular issue won't be resolved as it seems permissions-related...

There is nothing "my end" as this action runs in your infrastructure. I mainly suspect permissions as I've used this extensively across various orgs and it always boiled down to...

@sangeet-joy-tw did you have any luck with this?

That's interesting, I think I know what's happening here, I'll write a test to test my theory tomorrow :) Basically I think it's just finding a match on the first...

@sangeet-joy-tw fix released on `v2`, let me know if it's still an issue and if so I'll re-open this :)

Wild, guessing you had debugging off at this time too so no verbose logging? 😔 we were so close to having it consistent too

No problem at all! Docs here: https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging

Are you still finding this to be the case? When transpiling: ```tsx import { css } from "@emotion/react"; import { PureComponent } from "react"; export class SimpleComponent extends PureComponent {...

Ah I see what you're saying, my apologies. ~~This this usage of the CSS prop we also get `sourceMappingURL`~~ caching got me This is indeed still an issue: ```js import...