what if stringify?
This commit is contained in:
parent
d120984a7d
commit
6096ad7f98
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: View context attributes
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
script: console.log(context)
|
||||
script: console.log(JSON.stringify(context))
|
||||
- name: Translate Repo Name For Build Tools filename_prefix
|
||||
id: repo-name
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue