From c2c53582e063b211f78cbaee01b87f6dbe1bb64a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Krzemi=C5=84ski?= <3110813+krzema12@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:01:05 +0200 Subject: [PATCH] Update references to github-workflows-kt and github-actions-typing --- README.md | 5 ++--- action-types.yml | 2 +- readme/README.md.sha256 | 2 +- readme/README_template.md | 5 ++--- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index adff93c..ea1b1be 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,8 @@ runner with a sufficient setup for this action to use or need changes for suppor With a proper test environment (self-hosted runner) that will stay available, I would also add proper official support where you can select the WSL version in your workflow files. -This action is natively supported by https://github.com/krzema12/github-actions-kotlin-dsl which allows writing -workflow files using a type-safe Kotlin DSL. There is a built-in wrapper for this action that you can use to -conveniently configure it. +Thanks to the provided [typings](action-types.yml), it is possible to use this action in a type-safe way using +https://github.com/typesafegithub/github-workflows-kt which allows writing workflow files using a type-safe Kotlin DSL. Table of Contents ----------------- diff --git a/action-types.yml b/action-types.yml index cafaa21..751abf4 100644 --- a/action-types.yml +++ b/action-types.yml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# See https://github.com/krzema12/github-actions-typing/ +# See https://github.com/typesafegithub/github-actions-typing/ inputs: distribution: type: enum diff --git a/readme/README.md.sha256 b/readme/README.md.sha256 index 8446bf0..7e044c6 100644 --- a/readme/README.md.sha256 +++ b/readme/README.md.sha256 @@ -1 +1 @@ -3a263470375829dab5cb24d9363132ccaffcf93ab2333d04f144c02a376ce7f5 \ No newline at end of file +304a1feee9b09c7bac92296b06aea82659038cc4245a8e91e48b43d154c511ae \ No newline at end of file diff --git a/readme/README_template.md b/readme/README_template.md index b222d06..a2e3cd7 100644 --- a/readme/README_template.md +++ b/readme/README_template.md @@ -22,9 +22,8 @@ runner with a sufficient setup for this action to use or need changes for suppor With a proper test environment (self-hosted runner) that will stay available, I would also add proper official support where you can select the WSL version in your workflow files. -This action is natively supported by https://github.com/krzema12/github-actions-kotlin-dsl which allows writing -workflow files using a type-safe Kotlin DSL. There is a built-in wrapper for this action that you can use to -conveniently configure it. +Thanks to the provided [typings](action-types.yml), it is possible to use this action in a type-safe way using +https://github.com/typesafegithub/github-workflows-kt which allows writing workflow files using a type-safe Kotlin DSL. Table of Contents -----------------