runner
runner copied to clipboard
The Runner for GitHub Actions :rocket:
**Describe the bug** When using workflow level environment variables they do not work when I use them to substitute for `jobs.build.name` or `jobs.build.runs-on`. See workflow file below for example: ```...
This change will allow a service account to be entered as the configured username and bypass the password prompt.
**Describe the bug** Color codes appear to affect regex matching of problem matchers **To Reproduce** Steps to reproduce the behavior: 1. Create a problem matcher that matches plaintext, e.g. `"regexp":...
**Describe the bug** When running the configure command of the runner on a Windows Server, you cannot enter a Service Account as the username to run as. **To Reproduce** Steps...
**Describe the enhancement** In addition to supporting the `--once` option (#510), it would be useful if a runner could be limited to a specific run or job, exiting once this...
**Describe the bug** The `inputs` between `workflow_call` and `workflow_dispatch` are unified (https://github.blog/changelog/2022-06-10-github-actions-inputs-unified-across-manual-and-reusable-workflows/). However, I found a corner case that seems to behave incorrectly. When a workflow runs on workflow_dispatch event...
Updated dotnet sdk and node 16 versions to eliminate specific vulenrabilities of older versions
**Describe the bug** `github.Workspace` and `runner.Workspace` don't point to container valid paths when executing inside a container job. The values are also inconsistent with the values for env variables `GITHUB_WORKSPACE`...
`echo 'SOME_VAR=some-value' >> $GITHUB_ENV` can be used to set an environment variable for subsequent steps, but there seems to be no documented way to _unset_ it. Note that `echo 'SOME_VAR='...
**Describe the bug** I have a workflow that gets stuck on a regular basis waiting for macOS VMs. See for instance https://github.com/pombredanne/scancode-toolkit/actions/runs/2877397119 where the workflow has been stuck for over...