CICD: Remove Environment Dumping in Artifact Comment Workflow.

Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
Michael Keller 2024-05-14 13:08:58 +12:00
parent 912badadd4
commit b3d6920de4

View file

@ -11,13 +11,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "GitHub context: $GITHUB_CONTEXT"
- name: Add artifact links to PR and issues
if: github.event.workflow_run.event == 'pull_request'
uses: tonyhallett/artifacts-url-comments@v1.1.0