We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838dcf4 commit d120984Copy full SHA for d120984
1 file changed
.github/workflows/build.yml
@@ -10,10 +10,10 @@ jobs:
10
test:
11
runs-on: ubuntu-20.04
12
steps:
13
- - name: Dump GitHub context
14
- env:
15
- GITHUB_CONTEXT: ${{ toJson(github) }}
16
- run: echo "$GITHUB_CONTEXT"
+ - name: View context attributes
+ uses: actions/github-script@v6
+ with:
+ script: console.log(context)
17
- name: Translate Repo Name For Build Tools filename_prefix
18
id: repo-name
19
run: |
0 commit comments