Skip to content

Commit 6096ad7

Browse files
committed
what if stringify?
1 parent d120984 commit 6096ad7

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(context)
16+
script: console.log(JSON.stringify(context))
1717
- name: Translate Repo Name For Build Tools filename_prefix
1818
id: repo-name
1919
run: |

0 commit comments

Comments
 (0)