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
1414
1515Which will generate build system info and template file, then render to prompt
1616
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 )
1818
1919``` kotlin
2020val githubActions = BuildSystemProvider .guess(project);
@@ -27,7 +27,7 @@ val template = templateRender.getTemplate("generate-github-action.vm")
2727
2828Which will generate build system info and template file, then render to prompt
2929
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 )
3131
3232``` kotlin
3333val dockerContexts = BuildSystemProvider .guess(project)
You can’t perform that action at this time.
0 commit comments