Skip to content

Commit

Permalink
Dump GitHub Context in on push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Sep 29, 2019
1 parent 711f8a9 commit 6983ba1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reviewdog_on_push.yml
Expand Up @@ -5,6 +5,11 @@ jobs:
name: reviewdog
runs-on: ubuntu-latest
steps:
- name: Dump GitHub Context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "${GITHUB_CONTEXT}"

- name: Set up Go
uses: actions/setup-go@v1
with:
Expand Down

0 comments on commit 6983ba1

Please sign in to comment.