Skip to content

Commit

Permalink
fix json jq
Browse files Browse the repository at this point in the history
  • Loading branch information
jnichols35 committed Apr 4, 2024
1 parent 7fdcc7d commit 273222e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/UpdateWinget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 273222e

Please sign in to comment.