Josh Gross
Josh Gross
@DannyBen See https://github.com/actions/cache/issues/81 where we're tracking Docker caching of actions
👋 Hi all, right now we are focusing on other priorities and there are no updates for docker caching. We appreciate your feedback and revisit priorities based on user feedback,...
Hey @wch, I'm not sure what that `gzip` issue is, but we're making a change to use BSD Tar on Windows from the System path: https://github.com/actions/cache/pull/126 For Linux and macOS,...
>why would you want to use tar from the PATH on the other platforms? If we don't get `tar` from the PATH, how do we know where `tar` is?
>is it possible to store the PATH at the beginning of a workflow Not possible currently. Actions are essentially a node process (or container) started by the runner, and they're...
> I think the right course of action is to settle on using GNU tar in every virtual environment, We've had issues with GNU tar on Windows in the past,...
Thanks @LaurentDardenne, I think this works better as a separate action than an example for `actions/cache`.
Could you double-check the generated dist files? I wouldn't expect 100k lines to be changed for those.
👋 This is now available in `v6.3.0`, thanks @luketomlinson for the implementation 🙇 See https://github.com/actions/github-script/tree/v6.3.0#retries for more information I'll bump the `v6` to point to `v6.2.0` tomorrow.
👋 This is now available in `v6.3.3` and `v6` https://github.com/actions/github-script/releases/tag/v6.3.3