Skip to content

Commit

Permalink
changed support (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRohn authored Dec 19, 2022
1 parent dfb306f commit 48d8981
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,11 @@ The action supports the following inputs:
| `author_json` | The `author_json` output from release. It's a multiline output, which is packed in a JSON object. <br/> The output can be used with the `fromJSON` function `(steps.<id>.outputs.assets_array_json)`. |

## Support
This action only supports Linux runners. If you encounter Error: action is only supported on Linux then you are using non-linux runner.

### Supported runners for [v2](https://github.com/KevinRohn/github-full-release-data/releases/tag/v2)

| OS | supported? |
| - | - |
| `Linux OS runner` | :white_check_mark: |
| `macOS runner` | :x: |
| `windows OS runner` | :x|

0 comments on commit 48d8981

Please sign in to comment.