add: step to dump GitHub context
This commit is contained in:
parent
d079faea7e
commit
94d495a4d1
1 changed files with 4 additions and 0 deletions
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
|
|
@ -7,6 +7,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Dump GitHub context
|
||||
env:
|
||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||
run: echo "$GITHUB_CONTEXT"
|
||||
- name: Docker build
|
||||
if: github.event_name != 'delete' && github.event_name != 'create'
|
||||
run: docker build -t peaceiris/actions-hugo .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue