Mark Stosberg
Mark Stosberg
@jaywink Now that you've had some time, what do you think about adding cron auto-renewals?
@ec1oud What you are describing sounds like `systemd-homed`.
I'm thinking of a flow like this. Let's say we have `src` and `build` directories. The goal is to not rebuild the project if the inputs haven't changed. 1. We...
I think what I really want is the generic `actions/cache` behavior to work on self-hosted runners. This issue comment suggests it might work now, with the caveat that the cache...
I ran into this again today for a different project, trying to use a standard "ubuntu:18.04" image as the base, but that image includes `wget` but not `curl` in the...
I started the `curl` to `wget` syntax conversion, and then realized I had an internal container handy that had `curl` installed so I gave up. But if someone else is...
Memory is expensive but if the cache service runs as a "service container", it's only running when it's needed.
@kevincobain2000 Do the recent changes to `action/cache` obsolete this project? I asked on the linked ticket, but I presume you linked that ticket here because those changes impact this project.
@zxlin When I get a positive response from a project contributor, I'll consider writing a PR for this, otherwise someone else can implement the idea sooner.
@mscdex What would like the additional property and value to be?