Skip to content

Commit

Permalink
Dump website context
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Aug 27, 2019
1 parent 7b51086 commit dbfaa14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create_website_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ on: release
jobs:
website:
runs-on: ubuntu-latest
needs: build-arm
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Set up Python 3.5
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit dbfaa14

Please sign in to comment.