Merge pull request #1361 from ttshivers/pr_debug

ci(pr): add context dump for debug purposes
This commit is contained in:
Nick Schonning 2020-10-07 21:13:26 -04:00 committed by GitHub
commit 27f4b487e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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