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 7b7599b commit 21d9fe4Copy full SHA for 21d9fe4
.github/workflows/docker-image.yml
@@ -17,6 +17,7 @@ jobs:
17
- name: print out github context
18
env:
19
GITHUB_CONTEXT: ${{ toJson(github) }}
20
+ run: echo "$GITHUB_CONTEXT"
21
- name: List of all Github Actions env vars
22
run: env
23
- name: Build the Docker image
0 commit comments