Skip to content

Commit

Permalink
debug: remove echo statement for large object (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Oct 12, 2023
1 parent f6e5547 commit a19b2f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/reusable_dockerfile_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ jobs:
run: |
echo "github.event_name: ${{ github.event_name }}"
echo "github.ref: ${{ github.ref }}"
echo "github.event: ${{ toJSON(github.event) }}"
echo "head repo: ${{ github.event.pull_request.head.repo.full_name }}"
echo "base repo: ${{ github.event.pull_request.base.repo.full_name }}"
echo "build_for_pr: ${{ needs.prepare-env.outputs.build_for_pr }}"
Expand Down

0 comments on commit a19b2f4

Please sign in to comment.