Skip to content

Commit

Permalink
#25951 Printing GitHub context.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina committed Sep 20, 2023
1 parent a247184 commit ff53c1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cli-release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
NEXT_VERSION: ${{ steps.vars.outputs.NEXT_VERSION }}
HEAD: ${{ steps.vars.outputs.HEAD }}
steps:
- name: Log GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

- name: Checkout
uses: actions/checkout@v3

Expand Down

0 comments on commit ff53c1b

Please sign in to comment.