diff --git a/README.md b/README.md index 7e03b77a6..92a1e1b44 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Create a GitHub Action Using TypeScript -[![GitHub Super-Linter](https://github.com/actions/typescript-action/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter) -![CI](https://github.com/actions/typescript-action/actions/workflows/ci.yml/badge.svg) -[![Check dist/](https://github.com/actions/typescript-action/actions/workflows/check-dist.yml/badge.svg)](https://github.com/actions/typescript-action/actions/workflows/check-dist.yml) -[![CodeQL](https://github.com/actions/typescript-action/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/actions/typescript-action/actions/workflows/codeql-analysis.yml) +[![GitHub Super-Linter](https://github.com/scandar/typescript-action-vitest/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter) +![CI](https://github.com/scandar/typescript-action-vitest/actions/workflows/ci.yml/badge.svg) +[![Check dist/](https://github.com/scandar/typescript-action-vitest/actions/workflows/check-dist.yml/badge.svg)](https://github.com/scandar/typescript-action-vitest/actions/workflows/check-dist.yml) +[![CodeQL](https://github.com/scandar/typescript-action-vitest/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/scandar/typescript-action-vitest/actions/workflows/codeql-analysis.yml) [![Coverage](./badges/coverage.svg)](./badges/coverage.svg) Use this template to bootstrap the creation of a TypeScript action. :rocket: @@ -205,7 +205,7 @@ steps: ``` For example workflow runs, check out the -[Actions tab](https://github.com/actions/typescript-action/actions)! :rocket: +[Actions tab](https://github.com/scandar/typescript-action-vitest/actions)! :rocket: ## Usage