File tree 4 files changed +6
-8
lines changed
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
22
22
With a proper test environment (self-hosted runner) that will stay available, I would also add proper official support
23
23
where you can select the WSL version in your workflow files.
24
24
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.
28
27
29
28
Table of Contents
30
29
-----------------
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- # See https://github.com/krzema12 /github-actions-typing/
15
+ # See https://github.com/typesafegithub /github-actions-typing/
16
16
inputs :
17
17
distribution :
18
18
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
22
22
With a proper test environment (self-hosted runner) that will stay available, I would also add proper official support
23
23
where you can select the WSL version in your workflow files.
24
24
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.
28
27
29
28
Table of Contents
30
29
-----------------
You can’t perform that action at this time.
0 commit comments