From aab10616150125c03dc72e7082224f0075c8b2d4 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Wed, 8 Jun 2022 12:33:47 +0200 Subject: [PATCH] what if pretty --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36bc54c..fa8c5d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - name: View context attributes uses: actions/github-script@v6 with: - script: console.log(JSON.stringify(context)) + script: console.log(JSON.stringify(context, null, 2)) - name: Translate Repo Name For Build Tools filename_prefix id: repo-name run: |