Skip to content

Commit 7a17113

Browse files
authored
Fix name of task action method (#2214)
1 parent 5d07a53 commit 7a17113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/preprocess-workflows/src/main/groovy/org/spockframework/gradle/PreprocessGithubWorkflow.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ abstract class PreprocessGithubWorkflow extends DefaultTask {
5151
}
5252

5353
@TaskAction
54-
def determineImportedFiles() {
54+
def preprocessGithubWorkflow() {
5555
workerExecutor.noIsolation().submit(PreprocessGithubWorkflowWorkAction) {
5656
it.workflowScript.set(workflowScript)
5757
it.kotlinCompilerClasspath.from(kotlinCompilerClasspath)

0 commit comments

Comments
 (0)