Skip to content

Commit

Permalink
Revert "Remove debug output"
Browse files Browse the repository at this point in the history
This reverts commit 1c8f44e.
  • Loading branch information
Piedone committed Aug 10, 2024
1 parent 1c8f44e commit c4155ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test-orchard-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,11 @@ jobs:
}}
cancel-in-progress: ${{ inputs.cancel-in-progress-for-this-pr == 'true' }}
steps:
- env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
shell: pwsh
run: Write-Output $Env:GITHUB_CONTEXT

# This has to be the first step so it can collect data about the whole workflow run.
- name: Collect Workflow Telemetry
if: inputs.collect-workflow-telemetry == 'true'
Expand Down

0 comments on commit c4155ff

Please sign in to comment.