Skip to content

Commit

Permalink
ci: Add GitHub context dump step [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 22, 2020
1 parent 148a657 commit 6cf4da4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "${GITHUB_CONTEXT}"

- name: Read .nvmrc
run: echo "::set-output name=NVMRC::$(cat .nvmrc)"
id: nvm
Expand Down

0 comments on commit 6cf4da4

Please sign in to comment.