Josh Gross
Josh Gross
👋 This was due to a GitHub status incident and not directly an issue with this action or how it functions.
@leongross these are commands run on the remote Git server, not on the runner itself. The status incident has more details > The root cause was traced to a bug...
cc @Jcambass - I'm curious if we should standardize this process across the actions org
https://github.com/DeterminateSystems/magic-nix-cache/issues/123 has some additional context
> It's worth mentioning that Docker/Buildkit is able to publish to the v2 Cache endpoint using plain HTTP and REST / JSON - no grpc is involved. This library doesn't...
This action is pretty behind on Octokit right now, due to our dependency on `@actions/github` which has not been updated. https://github.com/actions/github-script/issues/345#issuecomment-1544126809
```ts const lint_name = /\[`(.*)`\]/g.exec(${{ env.LINT_CHANGELOG }}).slice(1); ``` I'd guess that this part is causing you issues - expressions are evaluated *before* the action gets the `script` input so it's...
Can you include the full set of commands you're using to install the types?
@Quintisimo where does `node-auth-token` come from? If that's an Actions secret, is it also set as a Dependabot secret? https://docs.github.com/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#investigating-failed-workflow-runs
Could you provide the full workflow?