Skip to content

Commit

Permalink
dump context
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon authored Jan 11, 2025
1 parent 22b354a commit 2afb448
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/golang-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
build-cache:
runs-on: ubuntu-22.04
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit 2afb448

Please sign in to comment.