File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permalink: /features/devops
14
14
15
15
Which will generate build system info and template file, then render to prompt
16
16
17
- impl code: [ GenerateGitHubActionsAction] ( https://github.com/unit-mesh/auto-dev/blob/master /src/main/kotlin/cc/unitmesh/genius /actions/GenerateGitHubActionsAction.kt )
17
+ impl code: [ GenerateGitHubActionsAction] ( https://github.com/unit-mesh/auto-dev/blob/v1.8.11 /src/main/kotlin/cc/unitmesh/devti /actions/GenerateGitHubActionsAction.kt )
18
18
19
19
``` kotlin
20
20
val githubActions = BuildSystemProvider .guess(project);
@@ -27,7 +27,7 @@ val template = templateRender.getTemplate("generate-github-action.vm")
27
27
28
28
Which will generate build system info and template file, then render to prompt
29
29
30
- impl code: [ GenerateDockerfileAction] ( https://github.com/unit-mesh/auto-dev/blob/master /src/main/kotlin/cc/unitmesh/genius /actions/GenerateDockerfileAction.kt )
30
+ impl code: [ GenerateDockerfileAction] ( https://github.com/unit-mesh/auto-dev/blob/v1.8.11 /src/main/kotlin/cc/unitmesh/devti /actions/GenerateDockerfileAction.kt )
31
31
32
32
``` kotlin
33
33
val dockerContexts = BuildSystemProvider .guess(project)
You can’t perform that action at this time.
0 commit comments