From a612252ad8f31edb9e3b0d00bc17f2c08beb1587 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Wed, 27 Sep 2023 23:54:49 +0300 Subject: [PATCH] Output summary --- .github/workflows/test-infra-cost.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-infra-cost.yml b/.github/workflows/test-infra-cost.yml index a3640df34..137339c4d 100644 --- a/.github/workflows/test-infra-cost.yml +++ b/.github/workflows/test-infra-cost.yml @@ -42,6 +42,7 @@ jobs: sha: 55bfef95601890afd80709da39a3ee5e6b4b0d32 enable-infracost: true infracost-api-key: ${{ secrets.INFRACOST_API_KEY }} + debug: true outputs: result: ${{ steps.current.outcome }}