runner icon indicating copy to clipboard operation
runner copied to clipboard

The Runner for GitHub Actions :rocket:

Results 384 runner issues
Sort by recently updated
recently updated
newest added

**Describe the enhancement** At field `created_at` to`workflow_job` event to calculate time that it takes start jobs from the moment the event was created. **Code Snippet** n/a **Additional information** We are...

enhancement
Actions Feature

**Describe the bug** A job generates a matrix as an output and I have a subsequent job that depends on the generation of that matrix. The first job does an...

bug

![unknown](https://user-images.githubusercontent.com/707385/193164007-c27be9a8-5674-4368-a248-99a436dfff06.png) When trying to use `config.sh`

bug
keep

**Describe the bug** If a job `needs` a prior job which has been skipped, the `if` condition for the dependent job may behave unexpectedly under some conditions. (unsure if condition...

Service Bug

**Enhancement**: Provide role separation around who can edit contents of `.github/workflows/` **Reasoning**: In an organization setting you have a lot of people who have write access to repositories. Add github...

Service Feature

## pull request related to issue #2150 if there is a match from $PATH of some `command`, there is a check if the match is a symbolic link, if so...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Run '....' 3. See error...

bug

**Describe the bug** No output grouping on composite actions **To Reproduce** Create a composite action that uses log grouping with `echo "::group::Start.."` `echo "::endgroup::"` ````yaml name: 'Issue' description: 'Composite example'...

enhancement
Runner Feature
composite

**Describe the bug** Given the use of a custom composite action: ```yml # Composite Action ./.github/actions/build-api/action.yml name: 'Build API' description: 'Build the API' runs: using: 'composite' steps: ... # Main...

bug
Runner Bug
composite

**Describe the bug** For example, this build my which used the default shell for windows (powershell), did not showed the stdout or stderr of the error. It just says the...

Runner Feature