what if pretty

This commit is contained in:
Jeff Epler 2022-06-08 12:33:47 +02:00
parent 6096ad7f98
commit aab1061615
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -13,7 +13,7 @@ jobs:
- name: View context attributes - name: View context attributes
uses: actions/github-script@v6 uses: actions/github-script@v6
with: with:
script: console.log(JSON.stringify(context)) script: console.log(JSON.stringify(context, null, 2))
- name: Translate Repo Name For Build Tools filename_prefix - name: Translate Repo Name For Build Tools filename_prefix
id: repo-name id: repo-name
run: | run: |