runner
runner copied to clipboard
The Runner for GitHub Actions :rocket:
**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...
**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...
**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...
# 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...
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,...
workflow level env. is unrecognised on job level's 'if'-expression when calling reusable workflow
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...
**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...
Not a tty
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...
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...
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:...