Skip to content

Commit

Permalink
chore(repo): Print github context
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed Jun 19, 2023
1 parent 360aa47 commit 6041b8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
if: ${{ github.repository == 'clerkinc/javascript' }}
runs-on: ubuntu-latest
steps:
- name: Echo env
run: echo "${{ toJson(github) }}"
- name: Echo github context
run: echo "$GITHUB_CONTEXT"
env:
GITHUB_CONTEXT: ${{ toJson(github) }}

- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 6041b8e

Please sign in to comment.