Skip to content

Commit

Permalink
Simplify printing Github context
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Rift <[email protected]>
  • Loading branch information
arifthpe committed Dec 6, 2024
1 parent 835e0dc commit 1a233e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: print GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
run: echo "${{ toJson(github) }}"
- name: checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1a233e1

Please sign in to comment.