This action reads the current operating system (os) version.
None
The version of the operating system this action is run on (e.g. 22.04
for Ubuntu 22.04).
Use the following snippet to read the current os version:
uses: sersoft-gmbh/os-version-action@v3
id: os-version
You can then get the version in a later step by using ${{ steps.os-version.outputs.version }}
.