Skip to content

Commit 27f4b48

Browse files
authored
Merge pull request #1361 from ttshivers/pr_debug
ci(pr): add context dump for debug purposes
2 parents b8aba8b + a6f8a9c commit 27f4b48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/official-pr.yml

+4
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,7 @@ jobs:
6262
issue-number: ${{ github.event.pull_request.number }}
6363
body: |
6464
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.
65+
66+
- name: Dump context
67+
if: always()
68+
uses: crazy-max/ghaction-dump-context@v1

0 commit comments

Comments
 (0)