We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d120984 commit 6096ad7Copy full SHA for 6096ad7
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: View context attributes
14
uses: actions/github-script@v6
15
with:
16
- script: console.log(context)
+ script: console.log(JSON.stringify(context))
17
- name: Translate Repo Name For Build Tools filename_prefix
18
id: repo-name
19
run: |
0 commit comments