mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-03-01 05:00:47 +00:00
ci: Add GitHub context dump step [skip ci]
This commit is contained in:
parent
148a6573c6
commit
6cf4da4de2
5
.github/workflows/test-action.yml
vendored
5
.github/workflows/test-action.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user