Josh Gross

Results 82 comments of Josh Gross
trafficstars

@awkward-minion could you share how you're encrypting the secret?

Thanks @calkeo! Were you able to test these changes in a workflow?

> What version of octokit is used in this action? If you're on the latest version of this action, we're using Octokit 3.5.1 https://github.com/actions/github-script/blob/main/package.json#L39

Since not all consumers may want this behavior, we could support it behind an optional input ```yaml enable-retries: description: Whether to use the retry plugin to retry GitHub requests default:...

Are you able to import the file using the full path to where it's installed by `npm install`?

I think you'll also want to change your `package.json` to include `"type": "module"` https://github.com/jannikreisberg/test-rdf-ext/blob/main/package.json

👋 Hey @zwass, the @actions/artifacts-actions team should be able to help out here.

@FacetGraph, no there's no current way to inspect or view a project's caches. We're working on some UI and APIs to allow that, but I don't have a timeline for...

You're welcome to use this for caching docker layers! If you get something figured out we can add it as an example usage of this action. > are you working...

The cache file limit has been increased from 400 MB to 2 GB, so this may be more viable than previously due to docker layers being larger than the previous...