Thomas Boop
Thomas Boop
> @thboop I agree with everything you've written here, and thank you for getting the fix for this action sorted so quickly! I think I'm a little confused about why...
Hey @ogomozov-godaddy, are you running on GHES or dotcom? This sounds like an out of date runner version, please pin to the `@v2` tag or the latest sha on that...
Hey @me-and , thanks for the report! > Don't use actions/checkout, or at least maintain my own fork of actions/checkout that handles Cygwin gracefully. This'd be a shame, but I...
Thanks for the report @arauchberger! If it is helpful, we publish a list of contexts and what yaml fields they are available in on the [GitHub Docs Website](https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability). Currently, we...
This is intentional, we want to show more information about the steps that are being run. We could add a feature to disable this behavior with a toggle in the...
Resolved by https://github.com/actions/runner/pull/2116
Interesting to see the trend of only affecting MAC here. I'm curious if this is OSX Gatekeeper coming into play pausing the application as we attempt to launch new processes....
Thanks for taking care of this @jared-w 😄
I've gone ahead and reopen this issue and tagged it as an `enhancement` so our team can take another look
We do provide the ability to set an input as required in [core.getInput()](https://github.com/actions/toolkit/blob/05e39f551d33e1688f61b209ab5cdd335198f1b8/packages/core/__tests__/core.test.ts#L84), which will fail if an input is not set. The action.yaml is mainly for the benefit of...