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** When using `${{ github.action_path }}` inside a local composite action and calling this action in a job that runs inside a container, `${{ github.action_path }}` gets resolved...

bug
Runner Bug
keep
triaged

**Describe the bug** Only a single annotation gets created in composite actions. Every single annotation (error, warning, notice) with the exception of the last one gets ignored **To Reproduce** Steps...

bug
Runner Bug
composite

As this is my first contribution to the runner, I'd love to collect some feedback on my attempt to fix #1348 . Please let me know if this type of...

**Describe the enhancement** Currently to skip the rest of steps during a job, an `if` condition has to be added to all of steps or steps have to be moved...

enhancement
Actions Feature

**Describe the bug** Sometimes the runner will take a value for a variable set in an `env` block and change it, if the value looks like a timestamp. **To Reproduce**...

bug

**Describe the bug** According to the documentation we can use `paths-ignore` in the same way for `pull_request` events as we can do for `push` events [on..](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-and-excluding-paths). However, if we define...

bug

**Describe the bug** When using a job with id `diff` and trying to get the jobs output in another job using `needs` dependency the outputs will always be null. Note...

bug

**Describe the bug** On a self hosted runner on windows [this documented feature](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable) does not work. i.e. the environment varaibles set from one step are not available in the following...

bug

Alpine Linux isn't mentioned in the list of [supported distributions](https://github.com/actions/runner/blob/main/docs/start/envlinux.md#supported-distributions-and-versions). Is there any plan to add support soon?

enhancement
future

It would be awesome if `env` could be loaded from a file. Example: ``` name: Loading env vars from file on: push: branches: - develop env-file: dev.env env: other-env-var: env-var-value...

enhancement
Actions Feature