Problem description
The description of GHA on the npm registry in https://www.npmjs.com/package/@cypress/github-action?activeTab=readme shows:
"GitHub Action for running Cypress end-to-end tests. Includes NPM installation, custom caching and lots of configuration options."

which is taken from https://github.com/cypress-io/github-action/blob/master/README.md#L3
This is missing the reference to component tests, which GHA also supports.
Cypress went to GA status for Component Testing with version 11.0.0. GHA examples were migrated to Cypress version 12.3.0 with PR #725.
Suggested fix
Add "component tests" to the descriptions in
Reference
Changelog 11.0.0 states:
"Component Testing is now generally available for projects using React, Next.js, Angular, and Vue!
Component tests allow you to see and test your application's components in a real browser as you work. You can use your favorite Cypress commands and features to develop your components without running your whole app. Learn more in our blog post.
Who uses Cypress?
Problem description
The description of GHA on the npm registry in https://www.npmjs.com/package/@cypress/github-action?activeTab=readme shows:
"GitHub Action for running Cypress end-to-end tests. Includes NPM installation, custom caching and lots of configuration options."
which is taken from https://github.com/cypress-io/github-action/blob/master/README.md#L3
This is missing the reference to component tests, which GHA also supports.
Cypress went to GA status for Component Testing with version 11.0.0. GHA examples were migrated to Cypress version 12.3.0 with PR #725.
Suggested fix
Add "component tests" to the descriptions in
Reference
Changelog 11.0.0 states:
"Component Testing is now generally available for projects using React, Next.js, Angular, and Vue!
Component tests allow you to see and test your application's components in a real browser as you work. You can use your favorite Cypress commands and features to develop your components without running your whole app. Learn more in our blog post.
Who uses Cypress?