Skip to content

Commit aab1061

Browse files
committed
what if pretty
1 parent 6096ad7 commit aab1061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: View context attributes
1414
uses: actions/github-script@v6
1515
with:
16-
script: console.log(JSON.stringify(context))
16+
script: console.log(JSON.stringify(context, null, 2))
1717
- name: Translate Repo Name For Build Tools filename_prefix
1818
id: repo-name
1919
run: |

0 commit comments

Comments
 (0)