Skip to content

Commit

Permalink
[GitHub Action] Add Dump Event Payload
Browse files Browse the repository at this point in the history
  • Loading branch information
norio-nomura committed Sep 14, 2019
1 parent 5ffe13a commit 3bb2e9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ jobs:
name: Docker Lint
runs-on: ubuntu-latest
steps:
- name: Dump Event Payload
run: cat ${GITHUB_EVENT_PATH}
- uses: actions/checkout@master
- name: Docker Lint
uses: docker://replicated/dockerfilelint
Expand Down

0 comments on commit 3bb2e9e

Please sign in to comment.