diff --git a/.github/workflows/update_release_branch.yml b/.github/workflows/update_release_branch.yml index d3e20d8cd..4a7d6d21f 100644 --- a/.github/workflows/update_release_branch.yml +++ b/.github/workflows/update_release_branch.yml @@ -14,6 +14,18 @@ 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: