Skip to content

Commit 15fee74

Browse files
authored
update readme
1 parent 3d3b411 commit 15fee74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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)
1+
# 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)
22

33
Ensuring type safety is one of the most important responsibilities of modern software developers.
44

@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: yarn install --frozen-lockfile
3232
- name: Typecheck
33-
uses: andoshin11/[email protected].2
33+
uses: gozala/[email protected].5
3434
```
3535
3636
`tsconfig.json`:
@@ -58,7 +58,7 @@ path to the repo itself:
5858

5959
```yaml
6060
- name: Typecheck
61-
uses: andoshin11/[email protected].3
61+
uses: gozala/[email protected].5
6262
with:
6363
project: packages/subpackage/tsconfig.json
6464
```

0 commit comments

Comments
 (0)