Skip to content

Commit

Permalink
Parse properties from properties tag rather than from arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Aug 18, 2020
1 parent effb04a commit 140d8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache-action-entrypoint/src/main/kotlin/main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ suspend fun mainInternal(stage: ActionStage) {
gradle = install(gradleDistribution),
projectPath = params.path,
arguments = args,
properties = getInput("arguments").splitLines(),
properties = getInput("properties").splitLines(),
)

val cacheProxy = CacheProxy()
Expand Down

0 comments on commit 140d8d9

Please sign in to comment.