Skip to content

Commit

Permalink
Update references to github-workflows-kt and github-actions-typing
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 authored and Vampire committed Aug 15, 2024
1 parent 9c1480a commit c2c5358
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------
Expand Down
2 changes: 1 addition & 1 deletion action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion readme/README.md.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3a263470375829dab5cb24d9363132ccaffcf93ab2333d04f144c02a376ce7f5
304a1feee9b09c7bac92296b06aea82659038cc4245a8e91e48b43d154c511ae
5 changes: 2 additions & 3 deletions readme/README_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------
Expand Down

0 comments on commit c2c5358

Please sign in to comment.