Skip to content

Commit c2c5358

Browse files
krzema12Vampire
authored andcommitted
Update references to github-workflows-kt and github-actions-typing
1 parent 9c1480a commit c2c5358

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ runner with a sufficient setup for this action to use or need changes for suppor
2222
With a proper test environment (self-hosted runner) that will stay available, I would also add proper official support
2323
where you can select the WSL version in your workflow files.
2424

25-
This action is natively supported by https://github.com/krzema12/github-actions-kotlin-dsl which allows writing
26-
workflow files using a type-safe Kotlin DSL. There is a built-in wrapper for this action that you can use to
27-
conveniently configure it.
25+
Thanks to the provided [typings](action-types.yml), it is possible to use this action in a type-safe way using
26+
https://github.com/typesafegithub/github-workflows-kt which allows writing workflow files using a type-safe Kotlin DSL.
2827

2928
Table of Contents
3029
-----------------

action-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# See https://github.com/krzema12/github-actions-typing/
15+
# See https://github.com/typesafegithub/github-actions-typing/
1616
inputs:
1717
distribution:
1818
type: enum

readme/README.md.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3a263470375829dab5cb24d9363132ccaffcf93ab2333d04f144c02a376ce7f5
1+
304a1feee9b09c7bac92296b06aea82659038cc4245a8e91e48b43d154c511ae

readme/README_template.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ runner with a sufficient setup for this action to use or need changes for suppor
2222
With a proper test environment (self-hosted runner) that will stay available, I would also add proper official support
2323
where you can select the WSL version in your workflow files.
2424

25-
This action is natively supported by https://github.com/krzema12/github-actions-kotlin-dsl which allows writing
26-
workflow files using a type-safe Kotlin DSL. There is a built-in wrapper for this action that you can use to
27-
conveniently configure it.
25+
Thanks to the provided [typings](action-types.yml), it is possible to use this action in a type-safe way using
26+
https://github.com/typesafegithub/github-workflows-kt which allows writing workflow files using a type-safe Kotlin DSL.
2827

2928
Table of Contents
3029
-----------------

0 commit comments

Comments
 (0)