Till!

Results 219 comments of Till!

@benmccann is there anything to check on my end? This is the code that gets generated currently: ```html import { start } from "/_app/immutable/start-029f2991.js"; start({ env: {}, paths: {"assets":"","base":""}, target:...

Is there a document to read on what the schemas can be used for? Aside from the admin APIs, they don't seem to be used in any APIs? And what's...

IMHO: Most universal would be to wait for an exit code.

@yanji09 does this fix api calls for idp users as well?

Just fyi, I had a similar problem today (after updating to the latest `v6.2.5`). None of the _terminals_ were kept open, and it told me to check my shell init...

I gave up on it a while back. Closing this.

I think I am using 0.5.4, it's still hardcoded in my workflow, haven't found a way yet to install this better so I do a `curl` against that release?

Apologies for the slow replies. The action run is not public, but I am trying to build an example. Give me a few days, planning to get it done by...

@mpalmer sorry for the delay. I just downloaded the latest version (`v0.5.4`) from Github and tested it on a composite action. It now fails to validate it completely: ```yaml #...

OK, I think I understand why it doesn't work — I have to call the file `action.yml` for your tool to _determine_ that it's a Github Action and not an...