From b3d6920de4bd862dd7c91dea9f3eb852f5ebc607 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Tue, 14 May 2024 13:08:58 +1200 Subject: [PATCH] CICD: Remove Environment Dumping in Artifact Comment Workflow. Signed-off-by: Michael Keller --- .github/workflows/artifact-links.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/artifact-links.yml b/.github/workflows/artifact-links.yml index b544f919e..48e147de6 100644 --- a/.github/workflows/artifact-links.yml +++ b/.github/workflows/artifact-links.yml @@ -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