Linux is not UNIX (#321)

This commit is contained in:
Philip Couling
2024-02-22 07:26:06 +00:00
committed by GitHub
parent 4d160c5e4d
commit e040c596f0

View File

@@ -48,7 +48,7 @@ jobs:
```
> [!NOTE]
> The Action has to be used in a Job that runs on a UNIX system (e.g. `ubuntu-latest`).
> The Action has to be used in a Job that runs on a UNIX-like system (e.g. `ubuntu-latest`).
The following is an extended example with all available options.