Skip to content

Commit dabcb93

Browse files
committed
chore: Remove debug steps
1 parent dcd7c5f commit dabcb93

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: .github/workflows/official-pr.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ jobs:
6363
Pull Request: ${{ github.event.pull_request.html_url }}
6464
@LaurentGoderre @pesho @PeterDaveHello @SimenB @Starefossen
6565
66-
- name: PR details
67-
run: |
68-
echo "Pull Request Number - ${{ steps.create-pr.outputs.pull-request-number }}"
69-
echo "Pull Request URL - ${{ steps.create-pr.outputs.pull-request-url }}"
70-
7166
- name: Create PR comment
7267
uses: peter-evans/create-or-update-comment@v1
7368
with:
@@ -76,5 +71,5 @@ jobs:
7671
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.
7772
7873
- name: Dump context
79-
if: always()
74+
if: failure()
8075
uses: crazy-max/ghaction-dump-context@v1

0 commit comments

Comments
 (0)