Ferenc Hammerl

Results 16 comments of Ferenc Hammerl

Hi @srini-hv 👋 Thanks for the PR. We'll have to evaluate how this might affect users who may have `DOCKER_HOST` set to something on their environment, but have come to...

For users struggling with this on self-hosted runners: > Add a setting or environment variable to change the base path of /_work/ to a different path on disk. As you...

Thank you for reporting this issue. Would you mind providing an example workflow to illustrate the issue?

Rolled back from `v4.1.2` to `v4.1.1`: `actions/checkout@v4` and `actions/[email protected]` is ‘latest’ again: https://github.com/actions/checkout/releases

I believe there might be a sanitization bug in the portmapping of `containerMode: kubernetes`. Instead of `6379/tcp`, does `6379` (tcp is default) or `6379:6379/tcp` work?

Hi @tyler-jewell, this is not an issue related to the runner source code, but I've forwarded your feedback. It looks like the schema at `https://json.schemastore.org/github-workflow.json` is out of sync, you...

Hi @thomasguerneyiag, - do you have a way to reproduce this issue consistently or is it intermittent? - Is it only cache or other actions too? (e.g artifact-download) - Does...

Thanks @leleobhz, labeled the issue. `good-first-issue` `keep` This barebones implementation for `safe_sleep.sh` was chosen for its broad availability on most platforms. A better 'safe sleep' must - NOT use 100%...

While I haven't tried, taking a quick look at the [workflow definition](https://github.com/actions/runner/blob/c0bc4c02f860d8cf247d42ef4ede0b016dc0007c/src/Sdk/DTPipelines/workflow-v1.0.json#L51), the below code should be good. ``` needs: job1 runs-on: ${{needs.job1.outputs.output1}} ```

Hi @tspascoal, Thanks for reporting this issue. We've investigated this issue before and are working on resolving it 👍 2022-08-22 Update: Correctly translating github.workspace causes some regressions, considering introducing `github.host-workspace`