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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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.