mirror of
https://github.com/actions/runner.git
synced 2026-03-29 06:43:29 +08:00
eb05bb06da0c39b56a192b9265914380885aa806
* Explicitly define what is allowed for an action * Add step-env * Remove secrets + defaults * new line * Add safety check to prevent from checking defaults in ScriptHandler for composite action * Revert "Add safety check to prevent from checking defaults in ScriptHandler for composite action" This reverts commitaeae15de7b. * Need to explictly use ActionStep type since we need the .Inputs attribute which is only found in the ActionStep not IStep * Fix ActionManifestManager * Remove todos * Revert "Revert "Add safety check to prevent from checking defaults in ScriptHandler for composite action"" This reverts commita22fcbc036. * revert * Remove needs in env * Make shell required + add inputs * Remove passing context to all composite steps attribuyte
GitHub Actions Runner
The runner is the application that runs a job from a GitHub Actions workflow. The runner can run on the hosted machine pools or run on self-hosted environments.
Get Started
For more information about installing and using self-hosted runners, see Adding self-hosted runners and Using self-hosted runners in a workflow
Runner releases:
Contribute
We accept contributions in the form of issues and pull requests. Read more here before contributing.
Languages
C#
96.1%
JavaScript
2.8%
Shell
1%



