From 15fee74cb3be8592dd452d09a999e9b7925fcd4b Mon Sep 17 00:00:00 2001 From: Irakli Gozalishvili Date: Fri, 16 Oct 2020 16:33:04 -0700 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 07bf722..50a2916 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TypeScript Error Reporter Action ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/andoshin11/typescript-error-reporter-action) ![GitHub](https://img.shields.io/github/license/andoshin11/typescript-error-reporter-action) +# TypeScript Error Reporter Action ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/gozala/typescript-error-reporter-action) ![GitHub](https://img.shields.io/github/license/gozala/typescript-error-reporter-action) Ensuring type safety is one of the most important responsibilities of modern software developers. @@ -30,7 +30,7 @@ jobs: - name: Install dependencies run: yarn install --frozen-lockfile - name: Typecheck - uses: andoshin11/typescript-error-reporter-action@v1.0.2 + uses: gozala/typescript-error-reporter-action@v1.0.5 ``` `tsconfig.json`: @@ -58,7 +58,7 @@ path to the repo itself: ```yaml - name: Typecheck - uses: andoshin11/typescript-error-reporter-action@v1.0.3 + uses: gozala/typescript-error-reporter-action@v1.0.5 with: project: packages/subpackage/tsconfig.json ```