File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed
Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,8 @@ runner with a sufficient setup for this action to use or need changes for suppor
2222With a proper test environment (self-hosted runner) that will stay available, I would also add proper official support
2323where 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
2928Table of Contents
3029-----------------
Original file line number Diff line number Diff line change 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/
1616inputs :
1717 distribution :
1818 type : enum
Original file line number Diff line number Diff line change 1- 3a263470375829dab5cb24d9363132ccaffcf93ab2333d04f144c02a376ce7f5
1+ 304a1feee9b09c7bac92296b06aea82659038cc4245a8e91e48b43d154c511ae
Original file line number Diff line number Diff line change @@ -22,9 +22,8 @@ runner with a sufficient setup for this action to use or need changes for suppor
2222With a proper test environment (self-hosted runner) that will stay available, I would also add proper official support
2323where 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
2928Table of Contents
3029-----------------
You can’t perform that action at this time.
0 commit comments