From de24d4dad6b89f22f4a1725407f9bcd9dbd42510 Mon Sep 17 00:00:00 2001 From: Matthias Kay Date: Sat, 18 Nov 2023 22:00:19 +0100 Subject: [PATCH] ci: remove debugging the context in a workflow (#42) These debug statements are no longer needed and are removed. --- .github/workflows/update_release_branch.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/update_release_branch.yml b/.github/workflows/update_release_branch.yml index b3e1716eb..ca53636c3 100644 --- a/.github/workflows/update_release_branch.yml +++ b/.github/workflows/update_release_branch.yml @@ -14,18 +14,6 @@ jobs: steps: - name: Checkout branch uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 # ratchet:actions/checkout@v3 - - name: Dump GitHub context - env: - GITHUB_CONTEXT: ${{ toJson(github) }} - run: echo "$GITHUB_CONTEXT" - - name: Dump job context - env: - JOB_CONTEXT: ${{ toJson(job) }} - run: echo "$JOB_CONTEXT" - - name: Dump steps context - env: - STEPS_CONTEXT: ${{ toJson(steps) }} - run: echo "$STEPS_CONTEXT" - name: Set release version id: set_release_version env: