SchemaStore / schemastore

A collection of JSON schema files including full API
http://schemastore.org
Apache License 2.0
2.9k stars 1.57k forks source link

Delete "table" in schema "github-action.json" #3774

Closed unanchoi closed 3 weeks ago

unanchoi commented 3 weeks ago

Description of the JSON schema.

Here's the English translation of the given sentences: If you look at the "Exhaustive list of all currently supported icon" section on the GitHub Action page, the "table" does not exist. However, if you look at https://github.com/SchemaStore/schemastore/blob/1274ec442c73264c968baa8510535877ab94b5f9/src/schemas/json/github-action.json#L616, the "table" exists. It seems that the value should be deleted.

Supporting information.

https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#exhaustive-list-of-all-currently-supported-icons

Are you making a PR for this?

Yes, I will create a PR.