Skip to content

Commit

Permalink
debug: JSON value
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Dec 5, 2023
1 parent 775d72c commit 8c8fd20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sub-find-cached-disks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,11 @@ jobs:
if [[ -z "${disk_image}" ]]; then
echo "No ${disk_type^^} disk found for ${base_name} on network: ${NETWORK}"
echo "${output_var}=${{ toJSON(false) }}" >> "${GITHUB_OUTPUT}"
echo JSON false: "${{ toJSON(false) }}"
else
echo "Disk: ${disk_image}"
echo "${output_var}=${{ toJSON(true) }}" >> "${GITHUB_OUTPUT}"
echo JSON true: "${{ toJSON(false) }}"
fi
}
Expand Down

0 comments on commit 8c8fd20

Please sign in to comment.