Skip to content

Commit

Permalink
Debug github context
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 20, 2020
1 parent ebeecdb commit 967b1b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/autosquash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.repository == 'aio-libs/aiohttp' }} # not awailable for forks, skip the workflow
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- id: generate_token
uses: tibdex/github-app-token@v1
with:
Expand Down

0 comments on commit 967b1b9

Please sign in to comment.