Skip to content

Commit 241a81b

Browse files
authored
chore: adjust links to repositories (krzema12 -> typesafegithub)
1 parent c952aa5 commit 241a81b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Bring type-safety to your GitHub actions' API!
44

55
This is a GitHub action that validates your action's type specs (`action-types.y(a)ml`) and ensures the inputs and
66
outputs have types set according to a certain specification.
7-
It aims to be a standardized way to present your actions' API, both to human users and any kind of automation (e. g. generating action wrappers for [this Kotlin DSL](https://github.com/krzema12/github-workflows-kt)).
7+
It aims to be a standardized way to present your actions' API, both to human users and any kind of automation (e. g. generating action wrappers for [this Kotlin DSL](https://github.com/typesafegithub/github-workflows-kt)).
88
Similar to typings for TypeScript or type hints for Python.
99

1010
It supports YAML anchors and aliases to reduce duplication.
1111

12-
To see which actions already provide typings using this schema, click [here](https://github.com/krzema12/github-actions-typing/network/dependents).
12+
To see which actions already provide typings using this schema, click [here](https://github.com/typesafegithub/github-actions-typing/network/dependents).
1313

1414
# Example
1515

0 commit comments

Comments
 (0)