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 bug** I've downloaded the latest version of the agent and I wanted to install it as a windows service. I am able to run the agent as a...

bug
Runner Bug

**Preliminary notes** 1. I'm aware that there is an /actions/checkout repository but the code for checkout@v1 is part of this repository. 2. I'm aware that checkout@v2 and checkout@v3 exist but...

bug

**Describe the bug** Recent versions of git require the `.git` folder to be owned by the same user. (as described [here](https://github.blog/2022-04-12-git-security-vulnerability-announced/)). The `actions/checkout` action sets this for the cloned repo...

bug
Runner Bug

# Description: Hi all, first of all I really like the github action runner and self-hosted runner. It has however an issue with working for `pull-request` workflows. I think the...

Service Feature
extra-large

The default user 'runner' on the macOS runners is configured to be a member of group 0 (wheel). This is not necessary for sudo to be enabled for the user,...

bug

the idea is to have a workflow_dispatch input to choose wether or not to execute tests after the build part is done. **Describe the bug** environment variable defined on workflow...

Actions Feature
context

**Describe the bug** An if condition in a step definition that includes expression syntax in condition body is always evaluated as false positive or is ignored. Example workflow: https://github.com/dlavrenuek/test-workflow-if-condition/blob/master/.github/workflows/test.yml ```yaml...

bug
Runner Bug

Default shells seem to be limited. For example, the following step: ``` - run: | ps echo "$(tty)" ``` produces: ``` PID TTY TIME CMD 2587 ? 00:00:02 Runner.Listener 2611...

Runner Feature

For quite a while people have asked for a functional 'allow-failure' options in Actions. Posts exist in the community forum, and issues exist in other repos. See https://github.com/actions/runner/issues/2347 and the...

enhancement

Not only secrets, but anything, if masked, cannot be referenced into another job: e.g. when I use amazon-ecr-login get a `registry` in outputs, https://github.com/marketplace/actions/amazon-ecr-login-action-for-github-actions REGISTRY: ${{ steps.login-ecr.outputs.registry }} outputs: registry:...