From 273222e867a4c4b56733ba1f3bb42de444f1c9ea Mon Sep 17 00:00:00 2001 From: Jake Date: Thu, 4 Apr 2024 09:20:25 -0400 Subject: [PATCH] fix json jq --- .github/workflows/UpdateWinget.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/UpdateWinget.yml b/.github/workflows/UpdateWinget.yml index e8c575b..93c94a8 100644 --- a/.github/workflows/UpdateWinget.yml +++ b/.github/workflows/UpdateWinget.yml @@ -49,7 +49,7 @@ jobs: - name: Run jq and capture output 2 id: jq_output2 run: | - output=$(jq -r '.URI' JSON/DelineaInc.ThycoticAgent.json) + output=$(jq -r '.URI' JSON/DelineaInc.ThycoticApplicationControlAgent.json) echo "::set-output name=output::$output" - name: Run Komac - thy.con @@ -66,7 +66,7 @@ jobs: - name: Run jq and capture output 3 id: jq_output3 run: | - output=$(jq -r '.URI' JSON/DelineaInc.ThycoticAgent.json) + output=$(jq -r '.URI' JSON/DelineaInc.ThycoticSecurityAgent.json) echo "::set-output name=output::$output" - name: Run Komac - thy.sec