From 0a75e61054af1eadca1cc8bb7788593c3bafebac Mon Sep 17 00:00:00 2001 From: Sayali M Date: Fri, 9 Feb 2024 16:47:57 -0600 Subject: [PATCH] mount file path /mnt/workspace/ and added ${{ env.LIQUIBASE_VERSION }} --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 64820b0..e11e757 100644 --- a/main.tf +++ b/main.tf @@ -17,7 +17,7 @@ data "external" "commands" { } locals { - commands = jsondecode("{ \"commands\": ${data.external.commands.result} }")["commands"] + commands = jsondecode(file("/mnt/workspace/commands.json")) } resource "github_repository" "liquibase-github-actions" {