runner/act
benniekiss 53de9c1c27 fix GOOS parsing to match expected GHA RUNNER_OS values (#106)
This PR is a carryover from [upstream](https://github.com/nektos/act/pull/2422):

> github actions reports RUNNER_OS for linux and windows with [capital letters](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/variables#default-environment-variables) (Linux, Windows). This should increase compatibility when runner uses `-self-hosted`
>
> Currently, when workflows are run within containers, RUNNER_OS is [hardcoded](https://code.forgejo.org/forgejo/act/search/branch/main?path=&q=RUNNER_OS&mode=exact) to `Linux` correctly, so this will make RUNNER_OS more consistent.

Reviewed-on: https://code.forgejo.org/forgejo/act/pulls/106
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
Co-authored-by: benniekiss <benniekiss@noreply.code.forgejo.org>
Co-committed-by: benniekiss <benniekiss@noreply.code.forgejo.org>
2025-03-31 07:52:49 +00:00
..
artifactcache fix: move reading cache to separate function 2025-03-24 10:48:28 +01:00
artifacts refactor: Improve logging of error messages 2025-01-09 12:36:30 +03:00
cacheproxy review: Gusted review 2025-03-21 13:45:51 +00:00
common chore(lint): fix lint errors 2024-12-30 21:11:02 +00:00
container fix GOOS parsing to match expected GHA RUNNER_OS values (#106) 2025-03-31 07:52:49 +00:00
exprparser chore(lint): fix lint errors 2024-12-30 21:11:02 +00:00
filecollector chore(lint): fix lint errors 2024-12-30 21:11:02 +00:00
jobparser fix(jobparser): support workflow_call.inputs and workflow_call.outputs (#70) 2025-01-29 08:38:30 +00:00
lookpath feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
model chore(lint): fix lint errors 2024-12-30 21:11:02 +00:00
runner fix: ensure the LXC template does not have obsolete APT 2025-01-29 10:30:14 +01:00
workflowpattern feat: workflowpattern package (#1618) 2023-02-23 18:21:08 +00:00