ci(pr): add context dump for debug purposes

https://github.com/crazy-max/ghaction-dump-context
This commit is contained in:
Travis Shivers 2020-10-07 20:07:16 -05:00
parent b8aba8ba25
commit a6f8a9c2fe
No known key found for this signature in database
GPG Key ID: EE4CC2891B8FCD33
1 changed files with 4 additions and 0 deletions

View File

@ -62,3 +62,7 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
body: |
Created PR on the official-images repo (${{ steps.create-pr.outputs.pull-request-url }}). See https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what if you are wondering when it will be available on the Docker Hub.
- name: Dump context
if: always()
uses: crazy-max/ghaction-dump-context@v1